Files
kotlin-fork/idea/testData/debugger/positionManager/trait.kt
T

6 lines
61 B
Kotlin

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