mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
7 lines
135 B
Java
Vendored
7 lines
135 B
Java
Vendored
public abstract class First {
|
|
protected static String TEST = "O";
|
|
|
|
protected static String test() {
|
|
return "K";
|
|
}
|
|
} |