JVM facade: for Java resolve, always use JvmPlatform resolver

So #KT-20281 Fixed
This commit is contained in:
Mikhail Glukhikh
2018-02-02 13:49:11 +03:00
parent c90056f8c4
commit 19beaf57a7
5 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
public class ExpectedImpl {
public final User user = new User("User", "12345");
}

View File

@@ -0,0 +1 @@
actual typealias <lineMarker>Expected</lineMarker> = ExpectedImpl