Files
kotlin-fork/jps/jps-plugin/testData/incremental/withJava/kotlinUsedInJava/methodAddedInSuper/Super.kt.new
T
2022-01-12 15:09:45 +01:00

7 lines
82 B
Plaintext
Vendored

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