4 lines
78 B
Kotlin
Vendored
4 lines
78 B
Kotlin
Vendored
// ERROR: Unresolved reference: Foo
|
|
internal class C {
|
|
val f = Foo(1, 2)
|
|
} |