Skip to content

Commit

Permalink
Fix analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Apr 17, 2024
1 parent 7219c4c commit 68dc3d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: avoid_print

void foo() {
print("Hello");
}
2 changes: 2 additions & 0 deletions pkgs/objective_c/test/generate_code_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import 'dart:io';
import 'package:test/test.dart';

import '../tool/generate_code.dart' as generate_code;

// ignore_for_file: avoid_relative_lib_imports
import '../lib/src/dummy_file_for_verifying_coverage_is_working.dart';

void main() {
Expand Down

0 comments on commit 68dc3d1

Please sign in to comment.