J2K: parenthesize receiver if needed
#KT-10121 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun adjust(name: String, maxLen: Int) {
|
||||
("%-" + maxLen + "s").format(name)
|
||||
(1 + 1).toString()
|
||||
"a".split(("\\s+" + "\\s+").toRegex(), 2).toTypedArray()
|
||||
(1 + 1).extensionFunction()
|
||||
}
|
||||
Reference in New Issue
Block a user