// "Delete redundant extension property" "false" var Thread.priority: Int get() = this.getPriority() set(value) { this.setPriority(value) System.out.print("set") }