blob: f9aee8db7c5d53f1f9b32865d720e9aa60971788 [file] [log] [blame]
Future<int> f() => Future.value(7);
List<int> g() {}