4 lines
54 B
Kotlin
4 lines
54 B
Kotlin
public open class Super {
|
|
public fun x() {
|
|
}
|
|
} |
public open class Super {
|
|
public fun x() {
|
|
}
|
|
} |