Adjust "Remove explicit type" intention to properties with getters
#KT-14794 Fixed
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// "Delete redundant extension property" "false"
|
||||
// ACTION: Move to companion object
|
||||
// ACTION: Remove explicit type specification
|
||||
|
||||
class C : Thread() {
|
||||
var Thread.<caret>priority: Int
|
||||
|
||||
Reference in New Issue
Block a user