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 8b6ba73 commit 0e339e4Copy full SHA for 0e339e4
test/default_test.dart
@@ -81,5 +81,5 @@ void main() {
81
/// A wrapper for [neverCalled] that works around sdk#33015.
82
void Function() get neverCalledVoid {
83
var function = neverCalled;
84
- return () => neverCalled();
+ return () => function();
85
}
test/stopwatch_test.dart
@@ -12,8 +12,6 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-import 'dart:async';
16
-
17
import 'package:clock/clock.dart';
18
19
import 'package:test/test.dart';
0 commit comments