J2K: parenthesize receiver if needed
#KT-10121 Fixed
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
//expression
|
||||
(1 + 2)
|
||||
(1 + 2).foo()
|
||||
Reference in New Issue
Block a user
#KT-10121 Fixed
@@ -1,2 +1,2 @@
|
||||
//expression
|
||||
(1 + 2)
|
||||
(1 + 2).foo()
|
||||