FIR: Fix operator and infix flags for FIR builtins
This commit is contained in:
Generated
+6
@@ -1284,6 +1284,12 @@ public class IrTextTestGenerated extends AbstractIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/expressions/breakContinueInWhen.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("builtinOperators.kt")
|
||||
public void testBuiltinOperators() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/builtinOperators.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("callWithReorderedArguments.kt")
|
||||
public void testCallWithReorderedArguments() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user