blob: 64c7be084b151190611e6764768667092e2fb5c2 [file] [log] [blame]
import 'dart:async';
FutureOr<String> returnsString() async {}
main() {}