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
Dart VM version: 2.0.0-dev.69.0 (Tue Jul 17 14:57:16 2018 +0200) on "macos_x64"
macOS mojave
When to different files include the same file, once with import "package:mylib/test.dart"; and once with import "test.dart"; the dart runtime doesn't recognise the classes to be identical anymore.
Error: A value of type '#lib1::Foo' can't be assigned to a variable of type '#lib2::Foo'.
Try changing the type of the left hand side, or casting the right hand side to '#lib2::Foo'.
The text was updated successfully, but these errors were encountered:
When to different files include the same file, once with
import "package:mylib/test.dart";
and once withimport "test.dart";
the dart runtime doesn't recognise the classes to be identical anymore.Error:
The text was updated successfully, but these errors were encountered: