20352b3810
#KT-2925 Fixed
9 lines
128 B
Kotlin
9 lines
128 B
Kotlin
class MyClass(): Base() {
|
|
fun test2() {
|
|
super.test1()
|
|
}
|
|
}
|
|
|
|
<info>open</info> class Base() {
|
|
fun test1() {}
|
|
} |