725df49c8c
(cherry picked from commit f3fa779)
4 lines
74 B
Plaintext
Vendored
4 lines
74 B
Plaintext
Vendored
abstract class Base(val x: String)
|
|
|
|
class Derived(x: String) : Base(x) {
|
|
} |