import java.net.URI // WITH_RUNTIME fun foo(): URI? { return java.io.File("x").toURI() }