mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 08:31:33 +00:00
8 lines
88 B
Plaintext
Vendored
8 lines
88 B
Plaintext
Vendored
public class JavaClass {
|
|
public void foo() {
|
|
}
|
|
|
|
public void bar() {
|
|
}
|
|
}
|