Skip to content

Commit 46dabe1

Browse files
committed
Remove dart:core import
1 parent 777be61 commit 46dabe1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fixtures/_test_dot_shorthands/web/main.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
// @dart = 3.9
66

7-
import 'dart:core';
8-
97
class C {
108
int value;
119
C(this.value); // lineA

0 commit comments

Comments
 (0)