blob: 9f7478cd1e63e5f5d1bcdd8eea39e7204587ce10 [file] [log] [blame]
interface I {
init {
val c = 1
val g = c
}
}