Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertToBlockBody
/
implicitlyNonUnitFun.kt.after
blob: fc8def07ce9f0aec18c0a01778ffbf12479d0337 [
file
] [
log
] [
blame
]
import
java
.
net
.
URI
// WITH_RUNTIME
fun foo
():
URI
?
{
return
java
.
io
.
File
(
"x"
).
toURI
()
}