libdparse icon indicating copy to clipboard operation
libdparse copied to clipboard

Support scope for variable declaration in foreach statement

Open rikkimax opened this issue 2 years ago • 0 comments

foreach (scope data; &iterator.foreachBlocks) {
}

Basic type, type constructor, symbol, typeof, __traits, __vector or mixin expected

Removing scope doesn't lead to this message via dscanner.

Adding a type does not stop it.

rikkimax avatar Jul 30 '22 13:07 rikkimax