blob: 014f06cd78ce2588a1c6391d94f407e9632fc2ef [file]
class A {
add(x) => x;
}
main() {}