blob: b38be13957199082c6904b02a919702d5e3a6309 [file] [log] [blame]
void f(dynamic sample) {
if (sample.value! < 10) {
print('thing!');
}
}