8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
[source,vbnet,diff-id=1,diff-type=noncompliant]
|
|
----
|
|
Public Class Program
|
|
Public Sub WriteMatrix(matrix As Integer()()) ' Noncompliant: data type is not intuitive
|
|
' ...
|
|
End Sub
|
|
End Class
|
|
---- |