Skip to content

Commit 05c2e9e

Browse files
committed
Update STRONG_MODE.md
1 parent 49d101c commit 05c2e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/dev_compiler/STRONG_MODE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To capture these differences, the Dart2JS compiler instead generates code that a
3535

3636
```dart
3737
var x = getInterceptor(a).get$bar(a);
38-
getInterceptor(b).foo$2(a, "hello", x);
38+
getInterceptor(b).foo$2(b, "hello", x);
3939
```
4040
The “interceptor” is Dart’s dispatch table for the objects `a` and `b`, and the mangled names (`get$bar` and `foo$2`) account for Dart’s different dispatch semantics.
4141

0 commit comments

Comments
 (0)