FIR: Fix operator and infix flags for FIR builtins

This commit is contained in:
Steven Schäfer
2022-09-16 15:56:12 +02:00
committed by teamcity
parent 808a73d5b9
commit 760f89efd3
9 changed files with 79 additions and 6 deletions
@@ -985,6 +985,11 @@ public class KlibTextTestCaseGenerated extends AbstractKlibTextTestCase {
runTest("compiler/testData/ir/irText/expressions/breakContinueInWhen.kt");
}
@TestMetadata("builtinOperators.kt")
public void testBuiltinOperators() throws Exception {
runTest("compiler/testData/ir/irText/expressions/builtinOperators.kt");
}
@TestMetadata("callWithReorderedArguments.kt")
public void testCallWithReorderedArguments() throws Exception {
runTest("compiler/testData/ir/irText/expressions/callWithReorderedArguments.kt");