From 5b3302dfc3b5a3ba807063ca6baa15146b9a97fb Mon Sep 17 00:00:00 2001 From: "Sergey G. Grekhov" Date: Wed, 11 Sep 2024 13:51:54 +0300 Subject: [PATCH] Fixes #2860. Remove accidental code from scope_A04_t01_part2.dart --- LanguageFeatures/Parts-with-imports/scope_A04_t01_part2.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/LanguageFeatures/Parts-with-imports/scope_A04_t01_part2.dart b/LanguageFeatures/Parts-with-imports/scope_A04_t01_part2.dart index d620dc8861..dd5f238589 100644 --- a/LanguageFeatures/Parts-with-imports/scope_A04_t01_part2.dart +++ b/LanguageFeatures/Parts-with-imports/scope_A04_t01_part2.dart @@ -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);