Files
sdk/pkg/front_end/testcases/closure_context_lowering/local_functions.dart.strong.modular.expect
T
Chloe Stefantsova 6209d8dd0b [cfe] Implement trivial context allocation strategy for local variables
Part of https://github.com/dart-lang/sdk/issues/61572

Change-Id: I7569168e6595e88e2bda25a122f3b238c188b381
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/466080
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Chloe Stefantsova <cstefantsova@google.com>
2025-12-05 06:59:29 -08:00

7 lines
100 B
Plaintext

library;
import self as self;
static method test1() → dynamic {
function test2() → Null {}
}