From 453cd943e4d8af269bfb9824bc5854e2963c3803 Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Thu, 13 Oct 2016 20:59:28 +0300 Subject: [PATCH] IDL2K: fix grammar for better generic types supprt --- libraries/tools/idl2k/src/main/antlr4/org/antlr/webidl/WebIDL.g4 | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/tools/idl2k/src/main/antlr4/org/antlr/webidl/WebIDL.g4 b/libraries/tools/idl2k/src/main/antlr4/org/antlr/webidl/WebIDL.g4 index 4b9e381d93f..76839736132 100644 --- a/libraries/tools/idl2k/src/main/antlr4/org/antlr/webidl/WebIDL.g4 +++ b/libraries/tools/idl2k/src/main/antlr4/org/antlr/webidl/WebIDL.g4 @@ -470,6 +470,7 @@ nonAnyType | 'Date' typeSuffix | 'RegExp' typeSuffix | 'DOMException' typeSuffix + | IDENTIFIER_WEBIDL '<' type '>' null_ ; constType