blob: c0f627e6edf71dc74d906ebd4d7eb120cef2c321 [file] [log] [blame]
const annotation = 1;
(int, String b) topLevelFieldType = throw '';
(int, {String b}) topLevelMethodReturnType() => throw '';
void topLevelSetterType(({@annotation int a, String b}) value) {}
void topLevelMethodParameterType((String, @annotation int) o) {}
void method() {}