blob: bb248d08044ad4df67e0744cbd28d92a2ac11132 [file] [log] [blame]
List<int>? nullableList = [3];
Map<int, int>? nullableMap = {3: 3};
foo() => null;
main() {}