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
What version of the product are you using? On what operating system?
Dart Editor version 0.2.6_r15355
Dart SDK version 0.2.6.0_r15355
Win7x64
As of this latest and most recent build, I encounter the following error when Dartium hits a line of code where I define a custom exception (class UniqueConstraintException implements Exception...). It am greeted with the following error in the console:
"Internal error: ... ambiguous reference: 'Exception' is defined in library 'dart:svg' and also in 'dart:core'"
I realize the SVG library was just recently split out from dart:html, but I did not expect that somehow this would produce an overlap in the definition of the "Exception" class. Is this overlap to remain, or do I need to prefix and reference a specific library's Exception class (which would seem odd, since I expect "Exception" is truly meant for dart:core)?
Or, am I just missing something completely?
The text was updated successfully, but these errors were encountered:
This issue was originally filed by [email protected]
What version of the product are you using? On what operating system?
Dart Editor version 0.2.6_r15355
Dart SDK version 0.2.6.0_r15355
Win7x64
As of this latest and most recent build, I encounter the following error when Dartium hits a line of code where I define a custom exception (class UniqueConstraintException implements Exception...). It am greeted with the following error in the console:
"Internal error: ... ambiguous reference: 'Exception' is defined in library 'dart:svg' and also in 'dart:core'"
I realize the SVG library was just recently split out from dart:html, but I did not expect that somehow this would produce an overlap in the definition of the "Exception" class. Is this overlap to remain, or do I need to prefix and reference a specific library's Exception class (which would seem odd, since I expect "Exception" is truly meant for dart:core)?
Or, am I just missing something completely?
The text was updated successfully, but these errors were encountered: