Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e5523c196e17d8fdbb5635aa785d6c182ed3f821
/
.
/
compiler
/
testData
/
ir
/
interpreter
/
copyReceivedValue.kt
blob: c5bcda5c475836ce371760278e9171270bba990a [
file
] [
log
] [
blame
]
@CompileTimeCalculation
fun
Int
.
minusOne
():
Int
{
var
value
=
this
value
=
value
-
1
return
this
}
const
val a
=
<!
EVALUATED
:
`5`
!>
5.minusOne
()<!>