JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 0a502d3..9681925 100644 (file)
@@ -842,6 +842,7 @@ ScopeParser.prototype = {
         }
 
         token = this.ts.nextTok();
+        print(token.toString());
         // assert token.getType() == Token.LC;
         this.braceNesting++;