Files
kotlin-fork/compiler/testData/asJava/lightClasses/lightClassByFqName/compilationErrors/PropertyWithoutName.kt
T

7 lines
71 B
Kotlin
Vendored

// test.Foo
package test
interface Foo {
val foo: String
val
}