Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
interpreter
/
variableShadowing.kt
blob: ba7b10e35da387111c49c2df69b7ce38d0c393c8 [
file
]
@CompileTimeCalculation
fun returnValueFromA
(
a
:
Int
,
b
:
Int
):
Int
{
val a
=
b
return
a
}
const
val num
=
<!
EVALUATED
:
`2`
!>
returnValueFromA
(
1
,
2
)<!>