blob: eea4ec4b3511b771c17811b269392c2bf520d4ff [file] [log] [blame]
abstract class Foo {
abstract int foo;
Foo(this.foo, this.foo) {}
}