blob: c579627d2c5d87dcb2e79f27ee107bf814a64066 [file] [log] [blame]
// @dart = 2.6
import 'dart:async';
FutureOr<Null> get foo => null;
main() {}