blob: 2e66c14ec2d81ff85813c486384683fdf92a07eb [file] [log] [blame]
dynamic get get => throw "hello";
dynamic get get { throw "hello"; }
dynamic get get async => throw "hello";
dynamic get get async { throw "hello"; }
dynamic get get async* => throw "hello";
dynamic get get async* { throw "hello"; }
dynamic get get sync* => throw "hello";
dynamic get get sync* { throw "hello"; }