Files
kotlin-fork/compiler/testData/loadKotlin/class/SingleAbstractMethod.kt
T
2013-03-27 19:19:53 +04:00

5 lines
65 B
Kotlin

package test
public trait SingleAbstractMethod {
fun foo()
}