blob: d73cac826d8e46663cd26e8f07b5bfd471613153 [file] [log] [blame]
class A {
var a<selection>: Int</selection><caret> = 1
init {
// Initialize a
}
}