| Index: pkg/compiler/lib/src/ssa/codegen.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/codegen.dart b/pkg/compiler/lib/src/ssa/codegen.dart
|
| index 3739c838f6f1ab03954887d53a4a1c3a7af5a352..3e25aa987269621d3f4e8b1336dcfc27303214e4 100644
|
| --- a/pkg/compiler/lib/src/ssa/codegen.dart
|
| +++ b/pkg/compiler/lib/src/ssa/codegen.dart
|
| @@ -2694,7 +2694,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| checkString(input, '!==', input.sourceInformation);
|
| return pop();
|
| }
|
| - compiler.internalError(input, 'Unexpected check.');
|
| + compiler.internalError(input, 'Unexpected check: $checkedType.');
|
| return null;
|
| }
|
|
|
|
|