blob: 2dd074f7f86908c38f05c1b1118fc683aaef38e4 [file] [log] [blame]
compiler/testData/compileKotlinAgainstCustomBinaries/requireKotlinInNestedClassesAgainst14Js/source.kt:3:19: error: 'Nested' is only available since Kotlin 2.44 and cannot be used in Kotlin 1.9
fun test(a: Outer.Nested) {
^^^^^^
compiler/testData/compileKotlinAgainstCustomBinaries/requireKotlinInNestedClassesAgainst14Js/source.kt:4:7: error: 'f(): Unit' is only available since Kotlin 2.88 and cannot be used in Kotlin 1.9
a.f()
^
COMPILATION_ERROR