blob: 190ab1ae4af7b2ab7db1b0497dc6ae4ab1d71a95 [file] [log] [blame]
// Copyright (c) 2021, 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.
class Interface {
int? field1;
int? field2;
int? field3;
}