Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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 */