PSI2IR KT-49203 INVISIBLE_FAKE setter is non-referenceable

This commit is contained in:
Dmitry Petrov
2021-10-13 13:07:53 +03:00
committed by teamcityserver
parent 990afcc06f
commit 6f33259bc3
17 changed files with 482 additions and 4 deletions
@@ -1138,6 +1138,11 @@ public class KlibTextTestCaseGenerated extends AbstractKlibTextTestCase {
runTest("compiler/testData/ir/irText/expressions/kt48806.kt");
}
@TestMetadata("kt49203.kt")
public void testKt49203() throws Exception {
runTest("compiler/testData/ir/irText/expressions/kt49203.kt");
}
@TestMetadata("lambdaInCAO.kt")
public void testLambdaInCAO() throws Exception {
runTest("compiler/testData/ir/irText/expressions/lambdaInCAO.kt");