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