| Index: sdk/lib/_internal/compiler/implementation/compiler.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/compiler.dart (revision 30754)
|
| +++ sdk/lib/_internal/compiler/implementation/compiler.dart (working copy)
|
| @@ -256,6 +256,7 @@
|
| ClassElement get nullImplementation => compiler.nullClass;
|
| ClassElement get uint32Implementation => compiler.intClass;
|
| ClassElement get uint31Implementation => compiler.intClass;
|
| + ClassElement get positiveIntImplementation => compiler.intClass;
|
|
|
| ClassElement defaultSuperclass(ClassElement element) => compiler.objectClass;
|
|
|
|
|