Skip to content

Commit

Permalink
Fixes dart-lang#2860. Remove accidental code from scope_A04_t01_part2…
Browse files Browse the repository at this point in the history
….dart
  • Loading branch information
sgrekhov committed Sep 11, 2024
1 parent a572236 commit 5b3302d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions LanguageFeatures/Parts-with-imports/scope_A04_t01_part2.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ part of 'scope_A04_t01_part1.dart';

import 'scope_lib2.dart' as l;

part 'scope_A04_t01_part2.dart';

testPart2() {
// From scope_lib1.dart
Expect.equals("scope_lib1 libVar", l.libVar);
Expand Down

0 comments on commit 5b3302d

Please sign in to comment.