Support class objects for native classes

This commit is contained in:
pTalanov
2012-06-15 14:36:55 +04:00
parent ea5f4d428c
commit c1a2eaf47a
4 changed files with 47 additions and 1 deletions
@@ -63,4 +63,8 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
public void testKt1519() throws Exception {
fooBoxTest();
}
public void testClassObject() throws Exception {
fooBoxTest();
}
}