blob: 8f7c3a56c18dbd94c34cf5f2bdd2d0c9c157c6c4 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/patterns/switchExpression_onePattern_guarded.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;
import "dart:core" as core;
static method f(dynamic x) dynamic
return block {
core::int #t1;
if(true && true)
#t1 = 0;
} =>#t1;