blob: 8328ba6857fb52e648ca44acf942ac234975efba [file] [log] [blame]
class A {
var a<caret>: Int
init {
a = 1
}
}