mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
3 lines
262 B
Java
3 lines
262 B
Java
public final class ClassWithConstructor implements kotlin.jvm.internal.KObject {
|
|
public ClassWithConstructor(@org.jetbrains.annotations.Nullable java.lang.String nullable, @org.jetbrains.annotations.NotNull java.lang.String notNull) { /* compiled code */ }
|
|
} |