Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1894)

Unified Diff: Source/devtools/scripts/jsdoc-validator/tests/proto.js

Issue 419073005: DevTools: [JSDocValidator] Fix function qualified name detection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add a test Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/scripts/jsdoc-validator/tests/golden.dat ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/scripts/jsdoc-validator/tests/proto.js
diff --git a/Source/devtools/scripts/jsdoc-validator/tests/proto.js b/Source/devtools/scripts/jsdoc-validator/tests/proto.js
index 59c2b8ce14d285f41f9c4af3a407076126ab65b7..2d977eceb4b8cf05c52487bd8d22084afe05c216 100644
--- a/Source/devtools/scripts/jsdoc-validator/tests/proto.js
+++ b/Source/devtools/scripts/jsdoc-validator/tests/proto.js
@@ -127,3 +127,11 @@ var BadSetSubclass = function()
BadSetSubclass.prototype = {
}
+
+var NS = {};
+
+/**
+ * @constructor
+ * @extends {Base}
+ */
+NS.BadSubClass = function() {}
« no previous file with comments | « Source/devtools/scripts/jsdoc-validator/tests/golden.dat ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698