Files
kotlin-fork/compiler/testData/loadKotlin/fun/NoSamConstructor.kt
T
Evgeny Gerashchenko 5965904c0f Fixed filename case.
2013-06-06 21:59:37 +04:00

5 lines
53 B
Kotlin

package test
public trait Runnable {
fun run()
}