| Index: test/dart_codegen/expect/core/int.dart
|
| diff --git a/test/dart_codegen/expect/core/int.dart b/test/dart_codegen/expect/core/int.dart
|
| deleted file mode 100644
|
| index 00f19eafe06eed28c84eca9b141efc12daea0b50..0000000000000000000000000000000000000000
|
| --- a/test/dart_codegen/expect/core/int.dart
|
| +++ /dev/null
|
| @@ -1,32 +0,0 @@
|
| -part of dart.core;
|
| - abstract class int extends num {external const factory int.fromEnvironment(String name, {
|
| - int defaultValue}
|
| -);
|
| - int operator &(int other);
|
| - int operator |(int other);
|
| - int operator ^(int other);
|
| - int operator ~();
|
| - int operator <<(int shiftAmount);
|
| - int operator >>(int shiftAmount);
|
| - bool get isEven;
|
| - bool get isOdd;
|
| - int get bitLength;
|
| - int toUnsigned(int width);
|
| - int toSigned(int width);
|
| - int operator -();
|
| - int abs();
|
| - int get sign;
|
| - int round();
|
| - int floor();
|
| - int ceil();
|
| - int truncate();
|
| - double roundToDouble();
|
| - double floorToDouble();
|
| - double ceilToDouble();
|
| - double truncateToDouble();
|
| - String toString();
|
| - String toRadixString(int radix);
|
| - external static int parse(String source, {
|
| - int radix, int onError(String source)}
|
| -);
|
| -}
|
|
|