blob: 4b0a549c1dc6d4ad053d246c1057fe0250a68a66 [file]
// FIR_IDENTICAL
class AnonymousInitializers(var a: String) {
init {
a = "s"
}
}