blob: 9748ca00d711f0c63f82aa7bbc099384e453ea6e [file] [log] [blame]
import augment 'scope_access_lib1.dart';
import augment 'scope_access_lib2.dart';
class Class {
Class.constructor() {}
static void set staticSetter(value) {}
static void staticMethod() {}
}
void set topLevelSetter(value) {}
void topLevelMethod() {}