blob: 82465504c0e5f23437cb9926be098aec63e85870 [file]
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
package a
import kotlin.internal.RequireKotlin
class Outer {
@RequireKotlin("2.44")
class Nested {
@RequireKotlin("2.88")
fun f() {}
}
}