Don't make traits and annotations inherit from KObject

#KT-5609 Fixed
This commit is contained in:
Alexander Udalov
2014-08-12 12:03:32 +04:00
parent 47d5f83d04
commit 226bfe65f0
10 changed files with 44 additions and 14 deletions
@@ -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