blob: 4a93691090e114c3b1ab0062c8c1cd6370336c2a [file] [log] [blame]
// Copyright (c) 2020, 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.
// ignore: import_internal_library
import 'dart:_internal';
@patch
class Class1 {
int field;
}
@patch
class Class2 {
int field;
Class2.constructor2(this.field);
}