incompatible Array Dimension With Constructor Arguments
fun incompatibleArrayDimensionWithConstructorArguments(is2D: Boolean, argumentsSize: Int, ctx: ParserRuleContext)
Content copied to clipboard
Incompatible array dimension with constructor arguments error Error thrown if: is2D true, argumentsSize != 2 or is2D false, argumentsSize != 1
Parameters
is2D
argumentsSize
ctx