blob: 976d23b00027a2affff78e3e36d9584a17891c9e [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.
external void externalMethod();
class Class {
external void externalMethod();
}
void main() {}