blob: 00f93408c443bd2aa7b37db565c4f545b0e85de2 [file] [log] [blame]
// Copyright (c) 2019, 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 ImportedClass {
ImportedClass(int a);
}