blob: 43c2c643851f7e5771260ff64eebf72227cb2f28 [file] [log] [blame]
foo(dynamic a) {
final b = a is (int, int) ? 42 : 43;
}