DeprecatedSymbolUsageFix to keep line breaks when possible
This commit is contained in:
+2
-1
@@ -8,5 +8,6 @@ fun newFun(p4: Int, p3: Int, p2: Int, p1: Int, p0: Int){}
|
||||
|
||||
fun foo() {
|
||||
newFun(/* 4 */ 4, 3, 2, // 2
|
||||
/* 1 */ 1, /* 0 */ 0)
|
||||
/* 1 */ 1,
|
||||
/* 0 */ 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user