We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d3175 commit 6e98cd4Copy full SHA for 6e98cd4
test/byte_accumulator_sink_test.dart
@@ -6,7 +6,7 @@ import 'package:convert/convert.dart';
6
import 'package:test/test.dart';
7
8
void main() {
9
- var sink;
+ ByteAccumulatorSink sink;
10
setUp(() {
11
sink = new ByteAccumulatorSink();
12
});
0 commit comments