Don't generate ValueParameter annotations in light class mode
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
public final class _DefaultPackage {
|
||||
public static final void foo(@jet.runtime.typeinfo.JetValueParameter(name = "s") @org.jetbrains.annotations.NotNull kotlin.Unit s) { /* compiled code */ }
|
||||
public static final void foo(@org.jetbrains.annotations.NotNull kotlin.Unit s) { /* compiled code */ }
|
||||
}
|
||||
Reference in New Issue
Block a user