blob: 18ad2b5d7d22d0c2aad6abb9fa64b19a73cba776 [file] [log] [blame]
// "Remove initializer from property" "true"
class A {
<caret>lateinit var str = ""
}