Added second quickfix on conflicting extension to mark it hidden and deprecated
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Delete redundant extension property" "false"
|
||||
|
||||
var Thread.<caret>priority: Int
|
||||
get() = this.getPriority()
|
||||
set(value) {
|
||||
this.setPriority(value)
|
||||
System.out.print("set")
|
||||
}
|
||||
Reference in New Issue
Block a user