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