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 6abcced commit 6100970Copy full SHA for 6100970
pkg/dart2bytecode/lib/local_vars.dart
@@ -936,6 +936,7 @@ class _Allocator extends RecursiveVisitor {
936
_allocateParameter(_currentFrame.receiverVar!, 0);
937
if (_currentFrame.capturedReceiverVar != null) {
938
_allocateVariable(_currentFrame.capturedReceiverVar!);
939
+ _currentFrame.hasCapturedParameters = true;
940
}
941
942
_allocateSpecialVariables();
0 commit comments