Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
removeRedundantCallsOfConversionMethods
/
variable.kt
blob: 6156f3cf01149a940cf2d7f8ef59c3860bbdd03e [
file
] [
log
] [
blame
]
// WITH_RUNTIME
val foo
=
""
val bar
=
foo
.
toString
()<
caret
>