blob: f2ae1e5d4d4aaca2127a0f0750a62ae577abeb57 [file]
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE
class A {
val i: Int
init {
i = 1
}
}