| Index: sdk/lib/_internal/compiler/implementation/ssa/types.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/types.dart (revision 23949)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/types.dart (working copy)
|
| @@ -260,6 +260,10 @@
|
| }
|
|
|
| HType simplify(Compiler compiler) => this;
|
| +
|
| + HType nonNullable(compiler) {
|
| + return new HType.fromMask(computeMask(compiler).nonNullable(), compiler);
|
| + }
|
| }
|
|
|
| /** Used to represent [HType.UNKNOWN] and [HType.CONFLICTING]. */
|
|
|