PSI2IR: suspend conversion on arbitrary arguments

This commit is contained in:
Dmitry Petrov
2020-04-27 17:16:32 +03:00
parent e3d33cdc10
commit 802372ceff
12 changed files with 675 additions and 20 deletions
@@ -1246,6 +1246,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/expressions/stringTemplates.kt");
}
@TestMetadata("suspendConversionOnArbitraryExpression.kt")
public void testSuspendConversionOnArbitraryExpression() throws Exception {
runTest("compiler/testData/ir/irText/expressions/suspendConversionOnArbitraryExpression.kt");
}
@TestMetadata("temporaryInEnumEntryInitializer.kt")
public void testTemporaryInEnumEntryInitializer() throws Exception {
runTest("compiler/testData/ir/irText/expressions/temporaryInEnumEntryInitializer.kt");