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
}