Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
kt34857.kt
blob: 3aed427fd0b9fa69812511ababc7bc54f7365126 [
file
]
// FIR_IDENTICAL
// !LANGUAGE: +NewInference
val
Int
.
plusAssign
:
(
Int
)
->
Unit
get
()
=
{}
fun main
()
{
1
<!
PROPERTY_AS_OPERATOR
!>+=<!>
2
}