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