Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
70b97c5abe682fb7598fc5070d94c39256a0baa4
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
prefixIntVarIncrement.kt
blob: 1215161e40b02474d60d03b1754fc0fa02130ead [
file
]
// LANGUAGE: -ForbidParenthesizedLhsInAssignments
fun main
(
args
:
Array
<
String
>)
{
var
i
=
10
++
i
++(
l@ i
)
}
// 2 IINC