Move jet.JetObject -> kotlin.jvm.internal.KObject
Don't use JetObject as a marker class in KotlinRuntimeLibraryUtil anymore, since there are other classes for this purpose (KotlinPackage, Unit)
This commit is contained in:
@@ -235,7 +235,7 @@ public class AnnotationGenTest extends CodegenTestCase {
|
||||
assertTrue(aClass.isAnnotation());
|
||||
assertEquals(2, interfaces.length);
|
||||
assertEquals(
|
||||
Sets.newHashSet("java.lang.annotation.Annotation", "jet.JetObject"),
|
||||
Sets.newHashSet("java.lang.annotation.Annotation", "kotlin.jvm.internal.KObject"),
|
||||
Sets.newHashSet(interfaces[0].getName(), interfaces[1].getName())
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user