Cleanup as36 patchset files (KTI-315)
This commit is contained in:
Vendored
-10
@@ -1,10 +0,0 @@
|
||||
// "Mark as @Deprecated(..., level = DeprecationLevel.HIDDEN)" "true"
|
||||
import java.io.File
|
||||
|
||||
@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