J2K: parenthesize receiver if needed
#KT-10121 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//method
|
||||
public static void adjust(String name, int maxLen) {
|
||||
String.format("%-" + maxLen + "s", name);
|
||||
String.valueOf(1 + 1);
|
||||
"a".split("\\s+" + "\\s+", 2)
|
||||
kotlinApi.KotlinApiKt.extensionFunction(1 + 1)
|
||||
}
|
||||
Reference in New Issue
Block a user