Files
kotlin/compiler/testData/loadJava/compiledKotlin/classFun/TraitOpenFun.kt
2015-05-12 19:43:17 +02:00

7 lines
70 B
Kotlin
Vendored

// KT-2228
package test
interface A {
fun f(): String = "test"
}