Deprecate deprecated in favor of Deprecated
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Replace with 'absolutePath'" "true"
|
||||
import java.io.File
|
||||
|
||||
@deprecated("", ReplaceWith("absolutePath"))
|
||||
@Deprecated("", ReplaceWith("absolutePath"))
|
||||
val File.prop: String
|
||||
get() = absolutePath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user