FIR: Fix operator and infix flags for FIR builtins
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user