// "Remove getter and setter from property" "true" class A { lateinit var str: String get() = "" set(value) {} }