mirror of
https://github.com/irmen/prog8.git
synced 2025-11-03 04:17:16 +00:00
assigning to plain pointer with array indexing
This commit is contained in:
@@ -233,7 +233,6 @@ class BinaryExpression(
|
||||
val leftIdentfier = left as? IdentifierReference
|
||||
val leftIndexer = left as? ArrayIndexedExpression
|
||||
val rightIdentifier = right as? IdentifierReference
|
||||
val rightIndexer = right as? ArrayIndexedExpression
|
||||
if(rightIdentifier!=null) {
|
||||
val struct: StructDecl? =
|
||||
if (leftIdentfier != null) {
|
||||
|
||||
Reference in New Issue
Block a user