Safe calls work for native properties
#KT-2209 fixed
This commit is contained in:
@@ -71,4 +71,8 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
|
||||
public void testSimpleUndefined() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testKt2209() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user