mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-06 08:31:30 +00:00
5 lines
64 B
Java
Vendored
5 lines
64 B
Java
Vendored
public class Sub extends Super {
|
|
private void y() {
|
|
|
|
}
|
|
} |