[NI] Force variable substitution for properties with stub types

This commit is contained in:
Mikhail Zarechenskiy
2020-02-17 04:46:26 +03:00
parent 155b716e7e
commit 724bb1b134
6 changed files with 418 additions and 3 deletions
@@ -1826,6 +1826,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/types/asOnPlatformType.kt");
}
@TestMetadata("castsInsideCoroutineInference.kt")
public void testCastsInsideCoroutineInference() throws Exception {
runTest("compiler/testData/ir/irText/types/castsInsideCoroutineInference.kt");
}
@TestMetadata("coercionToUnitInLambdaReturnValue.kt")
public void testCoercionToUnitInLambdaReturnValue() throws Exception {
runTest("compiler/testData/ir/irText/types/coercionToUnitInLambdaReturnValue.kt");