Provide parent reference for temporary variables immediately

This commit is contained in:
Dmitry Petrov
2018-12-20 12:34:05 +03:00
parent 4e53e7d663
commit 57c12476d7
9 changed files with 191 additions and 8 deletions
@@ -1117,6 +1117,16 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/expressions/stringTemplates.kt");
}
@TestMetadata("temporaryInEnumEntryInitializer.kt")
public void testTemporaryInEnumEntryInitializer() throws Exception {
runTest("compiler/testData/ir/irText/expressions/temporaryInEnumEntryInitializer.kt");
}
@TestMetadata("temporaryInInitBlock.kt")
public void testTemporaryInInitBlock() throws Exception {
runTest("compiler/testData/ir/irText/expressions/temporaryInInitBlock.kt");
}
@TestMetadata("thisOfGenericOuterClass.kt")
public void testThisOfGenericOuterClass() throws Exception {
runTest("compiler/testData/ir/irText/expressions/thisOfGenericOuterClass.kt");