You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…erop objects in a dynamic manner. Fix for @js classes that are _private. Bug #25038@js on a _Private class in Dartium
Tests are in the separate Dart2JS CL
BUG=
R=alanknight@google.com
Review URL: https://codereview.chromium.org/2158493003 .
The following code snippet throws an internal error in Dartium.
Here's the error log from Dartium console.
After changing the class name to
CaretPosition
, Dartium no longer complains.Both public and private names work okay in dart2js.
The text was updated successfully, but these errors were encountered: