follows latest dlang changes
This commit is contained in:
2
thirdparty/dast/src/dast/parse/itemset.d
vendored
2
thirdparty/dast/src/dast/parse/itemset.d
vendored
@@ -119,7 +119,7 @@ do {
|
||||
|
||||
T[] new_items;
|
||||
foreach (item; items) {
|
||||
const type =
|
||||
auto type =
|
||||
!item.canAdvance || item.next.isTerminal? null: item.next.nonTerminalType;
|
||||
if (resolved_types[].canFind!"a is b"(type)) continue;
|
||||
|
||||
|
Reference in New Issue
Block a user