blob: fcdc03958116edf9d0855ccef520b5beafe83b80 [file]
// 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()
}