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