Update JVM metadata version to 1.4.0
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
package a
|
||||
|
||||
import kotlin.internal.RequireKotlin
|
||||
|
||||
class Outer {
|
||||
@RequireKotlin("1.44")
|
||||
class Nested {
|
||||
@RequireKotlin("1.88")
|
||||
fun f() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user