3969356f1a
Change-Id: Ie05e57d12cdbdeac037785ef6b94497c77d264ae Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/137789 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
6 lines
82 B
Dart
6 lines
82 B
Dart
void f(dynamic sample) {
|
|
if ((sample.value!) < 10) {
|
|
print('thing!');
|
|
}
|
|
}
|