unexpectedExpressionTypeError

fun unexpectedExpressionTypeError(expected: Set<Type>, actual: Type, ctx: ParserRuleContext)

Unexpected expression type error, where actual is not part of the expected types in expected

Parameters

expected
actual
ctx