blob: d6f52d1b4f7e86681c239416b3277598f2b9eaa9 [file] [log] [blame]
const annotation = const Object();
abstract class Class {
method(@annotation int id);
}