blob: adef06a755db206f7690b42cb721fb1be1f95406 [file] [log] [blame]
library test;
var topLevel;
void set topLevelSetter(x) {}
class C {
static var staticField;
static void set staticSetter(x) {}
var instanceField;
void set instanceSetter(x) {}
void test() {}
}
main() {}