[FIR] Add INV to UNARY_OPERATION_NAMES, ^KT-50998 Fixed

This commit is contained in:
Ivan Kochurkin
2022-02-01 15:29:51 +03:00
committed by teamcity
parent 30871fc08f
commit 17c64cf955
7 changed files with 34 additions and 2 deletions
@@ -5045,6 +5045,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/constantEvaluator/constant/integers.kt");
}
@Test
@TestMetadata("invAsCompileTimeCall.kt")
public void testInvAsCompileTimeCall() throws Exception {
runTest("compiler/testData/diagnostics/tests/constantEvaluator/constant/invAsCompileTimeCall.kt");
}
@Test
@TestMetadata("localVal.kt")
public void testLocalVal() throws Exception {