Do not load JvmPackageName-annotated parts on Kotlin < 1.2
This commit is contained in:
@@ -10,6 +10,7 @@ fun f() = "OK"
|
||||
var v: Int = 1
|
||||
|
||||
// FILE: B.kt
|
||||
// LANGUAGE_VERSION: 1.2
|
||||
|
||||
fun box(): String {
|
||||
v = 2
|
||||
|
||||
Reference in New Issue
Block a user