Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertToBlockBody
/
implicitlyNonUnitFun.kt
blob: 2c4d1012850a0bb94e65f4dda7bc29c05fa178f4 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun
<caret>
foo
()
=
java
.
io
.
File
(
"x"
).
toURI
()