Remove unnecessary parentheses: don't suggest when parentheses are for lambda
This commit is contained in:
committed by
Mikhail Glukhikh
parent
05d8932fa6
commit
2010b1756e
@@ -0,0 +1,8 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
fun main() {
|
||||
foo()
|
||||
<caret>({ foo() } as? () -> Unit)
|
||||
}
|
||||
|
||||
fun foo() {}
|
||||
Reference in New Issue
Block a user