Files
kotlin-fork/idea/testData/debugger/trait.kt
T
2012-08-17 18:38:47 +04:00

6 lines
59 B
Kotlin

trait A {
fun foo() {
"" // A$$TImpl
}
}