Adjust "Remove explicit type" intention to properties with getters
#KT-14794 Fixed
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// "Delete redundant extension property" "false"
|
||||
// ACTION: Convert property to function
|
||||
// ACTION: Create test
|
||||
// ACTION: Remove explicit type specification
|
||||
import java.io.File
|
||||
|
||||
public val File.<caret>parent: File?
|
||||
|
||||
Reference in New Issue
Block a user