blob: 4d0ee09c06dbe5f022300afbdb928268f561f46d [file] [log] [blame]
// @dart = 2.9
class A {
add(x) => x;
}
main() {}