blob: 767543f263a72723e44f7ceb7671305b2c9b2b37 [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() {}