Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
deprecatedSymbolUsage
/
classUsages
/
qualifiedClassNameInPattern.kt.after
blob: 3ad09256ba6a54527177baf773c6d6ad5e4b7de3 [
file
] [
log
] [
blame
]
import
java
.
io
.
File
// "Replace with 'java.io.File'" "true"
@Deprecated
(
""
,
ReplaceWith
(
"java.io.File"
))
class
OldClass
fun foo
():
File
?
{
return
null
}