Don't generate ValueParameter annotations in light class mode
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public final class Derived implements kotlin.jvm.internal.KObject, Base {
|
||||
public Derived(@jet.runtime.typeinfo.JetValueParameter(name = "x") @org.jetbrains.annotations.NotNull Base x) { /* compiled code */ }
|
||||
public Derived(@org.jetbrains.annotations.NotNull Base x) { /* compiled code */ }
|
||||
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public java.lang.String getBoo() { /* compiled code */ }
|
||||
|
||||
Reference in New Issue
Block a user