Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
cfg
/
bugs
/
kt7761.kt
blob: 8c45047589e228e7aff19409873ad87fd699daa4 [
file
]
class
UnitIncDec
()
{
fun inc
()
:
Unit
{}
fun dec
()
:
Unit
{}
}
fun testUnitIncDec
()
{
var
x
=
UnitIncDec
()
x
=
<warning>
x
<error>
++<
/error></
warning
>
}