Files
kotlin-fork/jps/jps-plugin/testData/incremental/withJava/kotlinUsedInJava/methodAddedInSuper/Super.kt
T
Evgeny Gerashchenko 6447c4183d Added tests with adding method to superclass.
Original commit: 3237791433
2014-11-07 14:51:58 +03:00

4 lines
54 B
Kotlin

public open class Super {
public fun x() {
}
}