blob: 490df101a10b65296cfe8809d1cf8095a7a65dea [file]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/patterns/switchExpression_empty.dart:5:16: Error: The type 'dynamic' is not exhaustively matched by the switch cases.
// Try adding a default case or cases that match 'Object()'.
// f(x) => switch(x) {};
// ^
//
import self as self;
static method f(dynamic x) dynamic
return block {
Never #t1;
#L1:
switch(x) /*isExplicitlyExhaustive*/ {
}
} =>#t1;