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