blob: 26d3b8f46249c1b8802c3532d8133b4ebcca8843 [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.
/*library: scope=[ShownExtension3]*/
/*class: ShownExtension3:
builder-name=ShownExtension3,
builder-onType=String,
extension-members=[static staticMethod=ShownExtension3|staticMethod],
extension-name=ShownExtension3,
extension-onType=String
*/
extension ShownExtension3 on String {
/*member: ShownExtension3|staticMethod:
builder-name=staticMethod,
member-name=ShownExtension3|staticMethod
*/
static void staticMethod() {}
}