Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/native/nonFunction.fir.kt
T

9 lines
110 B
Kotlin
Vendored

external class A
external val foo: Int = 23
class B {
external class A
external val foo: Int = 23
}