Pass teh test

This commit is contained in:
Violet White
2023-09-14 21:31:53 -07:00
parent cde672244a
commit 7cf356971b

View File

@ -17,6 +17,7 @@ interface TokenTypeProperty {
break break
} }
} }
if (upgraded == null) { if (upgraded == null) {
for (item in TokenType.AnyOf) { for (item in TokenType.AnyOf) {
if (item.anyOf != null && item.anyOf.strings.contains(token.text)) { if (item.anyOf != null && item.anyOf.strings.contains(token.text)) {