Don't make traits and annotations inherit from KObject
#KT-5609 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
public interface Generic <N, NN> extends kotlin.jvm.internal.KObject {
|
||||
public interface Generic <N, NN> {
|
||||
N a(@jet.runtime.typeinfo.JetValueParameter(name = "n") N n);
|
||||
|
||||
@org.jetbrains.annotations.NotNull
|
||||
|
||||
Reference in New Issue
Block a user