dart-gde/chrome.dart

Properly parse [internal] namespace attribute.

adam-singer opened this issue · 0 comments

https://chromium.googlesource.com/chromium/src.git/+/master/tools/json_schema_compiler/test/idl_basics.idl

The following attribute will not parse correctly.

[internal] namespace idl_basics {
 [...]
}