3 lines
391 B
Java
3 lines
391 B
Java
public final class ClassWithConstructor implements kotlin.jvm.internal.KObject {
|
|
public ClassWithConstructor(@jet.runtime.typeinfo.JetValueParameter(name = "nullable", type = "?") @org.jetbrains.annotations.Nullable java.lang.String nullable, @jet.runtime.typeinfo.JetValueParameter(name = "notNull") @org.jetbrains.annotations.NotNull java.lang.String notNull) { /* compiled code */ }
|
|
} |