Generate @NotNull annotations on delegated functions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public final class Derived implements kotlin.jvm.internal.KObject, Base {
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public Derived(@org.jetbrains.annotations.NotNull @jet.runtime.typeinfo.JetValueParameter(name = "x") Base x) { /* compiled code */ }
|
||||
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public java.lang.String baz(@org.jetbrains.annotations.NotNull @jet.runtime.typeinfo.JetValueParameter(name = "s") java.lang.String s) { /* compiled code */ }
|
||||
}
|
||||
Reference in New Issue
Block a user