Intention action for hiddnen declarations fixed
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Mark with @HiddenDeclaration and @Deprecated" "true"
|
||||
// "Mark as @Deprecated(..., level = DeprecationLevel.HIDDEN)" "true"
|
||||
import java.io.File
|
||||
|
||||
val File.<caret>name: String
|
||||
|
||||
+2
-3
@@ -1,7 +1,6 @@
|
||||
// "Mark with @HiddenDeclaration and @Deprecated" "true"
|
||||
// "Mark as @Deprecated(..., level = DeprecationLevel.HIDDEN)" "true"
|
||||
import java.io.File
|
||||
|
||||
@HiddenDeclaration
|
||||
@Deprecated("Is replaced with automatic synthetic extension", ReplaceWith("name"))
|
||||
@Deprecated("Is replaced with automatic synthetic extension", ReplaceWith("name"), level = DeprecationLevel.HIDDEN)
|
||||
val File.<caret>name: String
|
||||
get() = getName()
|
||||
Reference in New Issue
Block a user