Files
2022-01-12 15:09:45 +01:00

3 lines
64 B
Plaintext
Vendored

internal class AChild : A() {
override fun f(s: String) {}
}