Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
expressions
/
removeUselessCastForLambdaInParens2.kt
blob: a9135199793b18e0c15b2922515da98bac922788 [
file
] [
log
] [
blame
]
// "Remove useless cast" "true"
fun foo
()
{}
fun test
()
{
foo
()
// comment
({
""
}
as
<caret>
()
->
String
)
}