Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
controlFlowAnalysis
/
scopeOfAnonymousInitializer.kt
blob: 4b0a549c1dc6d4ad053d246c1057fe0250a68a66 [
file
]
// FIR_IDENTICAL
class
AnonymousInitializers
(
var
a
:
String
)
{
init
{
a
=
"s"
}
}