blob: 13664b55bedbbb3e95882dec2491f034f4374613 [file] [log] [blame]
class A {
A.get(this.name);
A.set(this.name);
final String name;
}
main() {}