Files
kotlin-fork/jps-plugin/testData/incremental/withJava/kotlinUsedInJava/methodAddedInSuper/Super.kt.new
T
2014-11-07 14:51:58 +03:00

7 lines
82 B
Plaintext
Vendored

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