IDL2K: fix grammar for better generic types supprt

This commit is contained in:
Sergey Mashkov
2016-10-13 20:59:28 +03:00
parent d4c7831edd
commit 453cd943e4
@@ -470,6 +470,7 @@ nonAnyType
| 'Date' typeSuffix
| 'RegExp' typeSuffix
| 'DOMException' typeSuffix
| IDENTIFIER_WEBIDL '<' type '>' null_
;
constType