check Expression Type With Expected Type
fun checkExpressionTypeWithExpectedType(expression: ExpressionNode, expected: Type, currentSymbolTable: SymbolTableVisitor, ctx: ParserRuleContext)
Content copied to clipboard
Check expression type with expected type
Parameters
expression
expected
currentSymbolTable
ctx