Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
runOnIntegerLiteral.kt
blob: f626fcfbae2dbe6705c6f98d1a2160890ca072ed [
file
]
// RUN_PIPELINE_TILL: BACKEND
class
TestInitValInLambdaCalledOnce
{
val x
:
Int
init
{
1.run
{
x
=
0
}
}
}
/* GENERATED_FIR_TAGS: assignment, classDeclaration, init, integerLiteral, lambdaLiteral, propertyDeclaration */