Files
kotlin-fork/idea/testData/intentions/removeUnnecessaryParentheses/necessaryParentheses2.kt
T
2015-04-29 14:03:11 +03:00

4 lines
68 B
Kotlin
Vendored

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