yuntaozhu / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

third_party/closure/goog/mochikit/async/deferred.js:615: ERROR - Non-strip type goog.async.Deferred.AlreadyCalledError cannot inherit from strip type goog.debug.Error #447

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
third_party/closure/goog/mochikit/async/deferred.js:615: ERROR - Non-strip type 
goog.async.Deferred.AlreadyCalledError cannot inherit from strip type 
goog.debug.Error
goog.inherits(goog.async.Deferred.AlreadyCalledError, goog.debug.Error);
^

third_party/closure/goog/mochikit/async/deferred.js:642: ERROR - Non-strip type 
goog.async.Deferred.CancelledError cannot inherit from strip type 
goog.debug.Error
goog.inherits(goog.async.Deferred.CancelledError, goog.debug.Error);
^

third_party/closure/goog/mochikit/async/deferred.js:678: ERROR - Non-strip type 
goog.async.Deferred.UnhandledError cannot inherit from strip type 
goog.debug.Error
goog.inherits(goog.async.Deferred.UnhandledError, goog.debug.Error);

What steps will reproduce the problem?
1. Advanced Compilation 
2.
3.

What is the expected output? What do you see instead?
Should compile, but does not compile

What version of the product are you using? On what operating system?
Mac OSX 10.7.3
closure-library: REV 1698
closure-compiler: REV 1853

Original issue reported on code.google.com by mail.jan...@gmail.com on 2 Apr 2012 at 9:58

GoogleCodeExporter commented 8 years ago
Please mark as INVALID!.

Sorry.

Original comment by mail.jan...@gmail.com on 2 Apr 2012 at 10:07

GoogleCodeExporter commented 8 years ago

Original comment by Nicholas.J.Santos on 2 Apr 2012 at 4:56