blob: f166d1f45c2c9d15324542d06ab4d05b88946081 [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,
async.dart.FutureExtensions,
core.dart.EnumByName,
core.dart.EnumName]*/
/*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() {}
}