FIR: Fix operator and infix flags for FIR builtins
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// FIR_IDENTICAL
|
||||
// FILE: test.kt
|
||||
|
||||
package test
|
||||
|
||||
fun callBuiltinFunctions(a: Int, b: Int) {
|
||||
a + b
|
||||
a or b
|
||||
a and b
|
||||
a.inv()
|
||||
a shl b
|
||||
}
|
||||
Reference in New Issue
Block a user