Fix test data for empty LHS vs isInitialized

Ignore the "property imported from object" part on JS
This commit is contained in:
Alexander Udalov
2017-10-25 12:10:10 +02:00
parent 42945d33ee
commit e73760d4ff
7 changed files with 49 additions and 17 deletions
@@ -13962,6 +13962,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("propertyImportedFromObject.kt")
public void testPropertyImportedFromObject() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/propertyImportedFromObject.kt");
doTest(fileName);
}
@TestMetadata("sideEffects.kt")
public void testSideEffects() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/sideEffects.kt");