Skip to content

Commit

Permalink
#2496. Add missing part file (#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov authored Feb 20, 2024
1 parent 486ed03 commit 867d139
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Language/Libraries_and_Scripts/Parts/part_12.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

@Annot()
part of Parts_test_lib;

class Annot {
const Annot();
}

final foo = "foo";
var bar = 1;

0 comments on commit 867d139

Please sign in to comment.