Files
kotlin-fork/compiler/testData/diagnostics/tests/kt34857.kt
T

9 lines
121 B
Kotlin
Vendored

// FIR_IDENTICAL
val Int.plusAssign: (Int) -> Unit
get() = {}
fun main() {
1 <!PROPERTY_AS_OPERATOR!>+=<!> 2
}