blob: d09050e2a5c4b2062e61e3055e010fb8055e72a3 [file] [log] [blame]
library test;
String? foo(obj) => obj is String ? obj.toUpperCase() : null;
main() {}