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 8c1829e commit 4fcd77cCopy full SHA for 4fcd77c
pkg/compiler/lib/src/kernel/dart2js_target.dart
@@ -127,7 +127,7 @@ class Dart2jsTarget extends Target {
127
name = name.substring(4);
128
} else if (name.startsWith('set:')) {
129
kind = invocationMirrorSetterKind;
130
- name = name.substring(4);
+ name = name.substring(4) + '=';
131
} else {
132
kind = invocationMirrorMethodKind;
133
}
0 commit comments