mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
6 lines
105 B
Java
Vendored
6 lines
105 B
Java
Vendored
public final class C /* C*/ implements Base {
|
|
public C();// .ctor()
|
|
|
|
public void foo();// foo()
|
|
|
|
} |