Files
kotlin-fork/idea/testData/quickfix/expressions/removeUselessCastForLambdaInParens4.kt
T
2019-01-09 12:16:01 +03:00

5 lines
96 B
Kotlin
Vendored

// "Remove useless cast" "true"
fun test() {
class A()
({ "" } as<caret> () -> String)
}