Files
kotlin-fork/idea/testData/intentions/removeUnnecessaryParentheses/necessaryParentheses2.kt
T

4 lines
68 B
Kotlin

// IS_APPLICABLE: false
fun foo() : Any {
return <caret>(@a{})
}