Files
kotlin-fork/compiler/testData/loadKotlin/classFun/TraitOpenFun.kt
T

7 lines
66 B
Kotlin

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