// "Delete redundant extension property" "false" // ACTION: Create test // ACTION: Remove explicit type specification var Thread.priority: Int get() = this.getPriority() set(value) { this.setPriority(value) System.out.print("set") }