Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
migration
/
conflictingExtension
/
markHiddenAndDeprecated.kt
blob: b1c8206dc08fa538469ea79f9345d00865cdc8dc [
file
] [
log
] [
blame
]
// "Mark as @Deprecated(..., level = DeprecationLevel.HIDDEN)" "true"
import
java
.
io
.
File
val
File
.<
caret
>
name
:
String
get
()
=
getName
()