blob: 416be468a93e07eb8b10e90cdb3f1f9ed2150e4b [file] [log] [blame]
// @dart = 2.9
library test;
import 'dart:async';
foo() async {}
class A {}
main() {}