Remove Parentheses: Forbid on call inside a call without argument list
#KT-18699 Fixed
This commit is contained in:
+1
-1
@@ -11,5 +11,5 @@ fun some2(p1: () -> Unit, p2: (() -> Unit) -> Unit) {
|
||||
parenP()
|
||||
parenBP { p1 }()
|
||||
parenPP()()
|
||||
parenPB(p2) {}
|
||||
(parenPB(p2)) {}
|
||||
}
|
||||
Reference in New Issue
Block a user