7 lines
94 B
Plaintext
Vendored
7 lines
94 B
Plaintext
Vendored
import java.net.URI
|
|
|
|
// WITH_RUNTIME
|
|
|
|
fun foo(): URI? {
|
|
return java.io.File("x").toURI()
|
|
} |