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