4550999288
#KT-48690 Fixed
17 lines
359 B
Kotlin
Vendored
17 lines
359 B
Kotlin
Vendored
// Library part (build separately)
|
|
|
|
//@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
|
|
//package test.access
|
|
//
|
|
//import kotlin.internal.RequireKotlin
|
|
//import kotlin.internal.RequireKotlinVersionKind
|
|
//
|
|
//@RequireKotlin("9.9.90", versionKind = RequireKotlinVersionKind.COMPILER_VERSION)
|
|
//class Foo
|
|
|
|
import test.access.Foo
|
|
|
|
fun main() {
|
|
Foo()
|
|
}
|