6e4d8d1670
Original commit: 51c6abdbed
6 lines
48 B
Kotlin
6 lines
48 B
Kotlin
package foo
|
|
|
|
class B : A() {
|
|
fun bar() {}
|
|
}
|