Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
fir
/
analysis-tests
/
testData
/
resolveWithStdlib
/
runOnIntegerLiteral.kt
blob: ad72a5de69ad02d3ebc0ea147d727e19ab463e23 [
file
]
class
TestInitValInLambdaCalledOnce
{
val x
:
Int
init
{
1.run
{
x
=
0
}
}
}