psi2ir: Fix KT-30796 ErrorType for '?:' in OI

This commit is contained in:
Dmitry Petrov
2019-07-19 13:33:20 +03:00
parent 959b720e3f
commit 127be9be03
6 changed files with 367 additions and 2 deletions
@@ -1017,6 +1017,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/expressions/kt30020.kt");
}
@TestMetadata("kt30796.kt")
public void testKt30796() throws Exception {
runTest("compiler/testData/ir/irText/expressions/kt30796.kt");
}
@TestMetadata("lambdaInCAO.kt")
public void testLambdaInCAO() throws Exception {
runTest("compiler/testData/ir/irText/expressions/lambdaInCAO.kt");