7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
[source,scala]
|
|
----
|
|
def setCoordinates(x1:Int, y1:Int, z1:Int, x2:Int, y2:Int, z2:Int): Unit = { // Noncompliant
|
|
// ...
|
|
}
|
|
----
|