mirror of
https://github.com/irmen/prog8.git
synced 2026-04-24 05:25:49 +00:00
many more TODO messages now log proper source positions
This commit is contained in:
@@ -349,7 +349,7 @@ class ConstantFoldingOptimizer(private val program: Program, private val errors:
|
||||
}
|
||||
}
|
||||
} else if(arrayIndexedExpression.pointerderef!=null) {
|
||||
TODO("constant fold pointer[i]")
|
||||
TODO("constant fold pointer[i] ${arrayIndexedExpression.position}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user