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