Files
sdk/pkg/front_end/testcases/inference/propagate_variable_get.dart.strong.expect
T

9 lines
139 B
Plaintext

library test;
import self as self;
import "dart:core" as core;
static method main() → dynamic {
core::int a = 0;
core::int b = a;
}