Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
controlFlowAnalysis
/
scopeOfAnonymousInitializer.kt
blob: 2d27f27dd212ca5bc6849ced8093c996db003554 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
class
AnonymousInitializers
(
var
a
:
String
)
{
init
{
a
=
"s"
}
}
/* GENERATED_FIR_TAGS: assignment, classDeclaration, init, primaryConstructor, propertyDeclaration, stringLiteral */