1 var property: String
2     get() = "test"
3     set(value) {
4     }