mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
7 lines
153 B
Java
Vendored
7 lines
153 B
Java
Vendored
class Child extends Parent {
|
|
public static int b = 3;
|
|
public static int c = 4;
|
|
public static void bar() {}
|
|
public static void baz() {}
|
|
}
|