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

7 lines
81 B
Kotlin
Vendored

// test.Foo
package test
interface Foo {
fun foo(): String
fun (): Int
}