We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92edbd commit c481b83Copy full SHA for c481b83
pkgs/fixnum/test/int32_test.dart
@@ -2,6 +2,8 @@
2
// for details. All rights reserved. Use of this source code is governed by a
3
// BSD-style license that can be found in the LICENSE file.
4
5
+// ignore_for_file: prefer_const_constructors
6
+
7
import 'package:fixnum/fixnum.dart';
8
import 'package:test/test.dart';
9
pkgs/fixnum/test/int64_test.dart
// We permit local variable types in this test because they statically 'assert'
// that the operations have an expected type.
//
0 commit comments