We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f483a1a commit 82c02e5Copy full SHA for 82c02e5
lib/src/model/inheritable.dart
@@ -117,9 +117,6 @@ mixin Inheritable on ContainerMember {
117
var object = packageGraph.specialClasses[SpecialClass.object];
118
if (!inheritance.contains(definingEnclosingContainer) &&
119
definingEnclosingContainer != null) {
120
- if (definingEnclosingContainer != object) {
121
- print('wtf');
122
- }
123
assert(definingEnclosingContainer == object);
124
}
125
// Unless the code explicitly extends dart-core's Object, we won't get
0 commit comments