blob: b960f98979755f596888569733dd1c1b554da786 [file] [log] [blame]
import 'return_async_promoted_lib.dart';
void main() {}
int? nullable() => null;
int? nonNullable() => 0;