// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1 var p: Int field = "test" get() = field.length set(value) { field = value.toString() }