Safe calls work for native properties

#KT-2209 fixed
This commit is contained in:
pTalanov
2012-06-15 19:08:46 +04:00
parent 3bb14ecd7f
commit ee689cb1ab
4 changed files with 68 additions and 7 deletions
@@ -71,4 +71,8 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
public void testSimpleUndefined() throws Exception {
fooBoxTest();
}
public void testKt2209() throws Exception {
fooBoxTest();
}
}