blob: 845cc34778aff24d129cb46f08277e89bbe99800 [file] [log] [blame]
// "Make not-nullable" "true"
class A() {
<caret>lateinit var foo: String?
}