Files
kotlin-fork/idea/testData/debugger/positionManager/trait.kt
T
2015-05-13 16:13:13 +02:00

6 lines
65 B
Kotlin
Vendored

interface A {
fun foo() {
"" // A\$\$TImpl
}
}