Core: Fix casting binding

This commit is contained in:
Krzosa Karol
2023-04-21 11:32:38 +02:00
parent 51cebbf4d0
commit 29238b6cc5
4 changed files with 11 additions and 5 deletions

View File

@@ -594,7 +594,7 @@ Infix:
case TK_Dot:
return {31, 30};
case TK_Arrow:
return {20, 19};
return {20, 21};
default: return {};
}
Postfix: