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,7 @@
// !CHECK_HIGHLIGHTING
data class User(val name: String, val password: String)
expect open class Expected {
val user: User
}