Don't make traits and annotations inherit from KObject
#KT-5609 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
public interface Primitives extends kotlin.jvm.internal.KObject {
|
||||
public interface Primitives {
|
||||
int $$int /* Real name is 'int' */(@jet.runtime.typeinfo.JetValueParameter(name = "x") int x);
|
||||
|
||||
@org.jetbrains.annotations.Nullable
|
||||
|
||||
Reference in New Issue
Block a user