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