Fix maven build

Do not create class objects for classes which come from Java.
This commit is contained in:
Alexander Udalov
2012-09-20 17:59:50 +04:00
parent 8c50b0ce9d
commit dadc97d29f
4 changed files with 26 additions and 3 deletions
@@ -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");
}
}