// "Delete redundant extension property" "true" var Thread.priority: Int get() = getPriority() set(value) { setPriority(value) }