incompatibleArrayDimensionWithConstructorArguments

fun incompatibleArrayDimensionWithConstructorArguments(is2D: Boolean, argumentsSize: Int, ctx: ParserRuleContext)

Incompatible array dimension with constructor arguments error Error thrown if: is2D true, argumentsSize != 2 or is2D false, argumentsSize != 1

Parameters

is2D
argumentsSize
ctx