Added second quickfix on conflicting extension to mark it hidden and deprecated
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Delete redundant extension property" "false"
|
||||
// ACTION: Convert property to function
|
||||
import java.io.File
|
||||
|
||||
public val File.<caret>parent: File?
|
||||
get() = getParentFile()
|
||||
Reference in New Issue
Block a user