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