blob: bd61670a9d9b97b64834ae56645a67271c4b80c6 [file] [log] [blame]
// "Delete redundant extension property" "false"
// ACTION: Convert property to function
// ACTION: Move to companion object
// ACTION: Remove explicit type specification
class C : Thread() {
val Thread.<caret>priority: Int
get() = this@C.getPriority()
}