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

Side by Side Diff: third_party/closure_compiler/tests/test.resources

Issue 421253006: Add ChromeCodingConvention.java to Closure Compiler to preserve getInstance() type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@A_typechecking_about
Patch Set: Created 6 years, 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 # -*- python -*-
2 # ex: set syntax=python:
3
4 [
Dan Beam 2014/07/29 18:05:12 i don't like this format because: - it separates t
Vitaly Pavlenko 2014/07/29 18:53:46 Done.
5 {
6 "name": "getInstance_test",
7 "sources": [
8 "getInstance_test.js",
9 ],
10 "expected_output": '''
Dan Beam 2014/07/29 18:05:12 ''' -> """
Vitaly Pavlenko 2014/07/29 18:53:46 Acknowledged.
11 WARNING - Property whatever never defined on myModule.myClass
12 WARNING - actual parameter 1 of myModule.myBaseClass.prototype.myMethod does not match formal parameter
13 '''
14 },
15 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698