Fix maven build
Do not create class objects for classes which come from Java.
This commit is contained in:
@@ -381,4 +381,8 @@ public class StdlibTest extends CodegenTestCase {
|
||||
public void testCollections() {
|
||||
blackBoxFile("jdk-annotations/collections.kt");
|
||||
}
|
||||
|
||||
public void testNoClassObjectForJavaClass() throws Exception {
|
||||
blackBoxFileWithJava("stdlib/noClassObjectForJavaClass.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user