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