blob: 7d6ead5294cbacc92cd76ecc6950db35e1092421 [file] [log] [blame]
// "Create Annotation 'Smth'" "true"
class Test {
void foo(@Smth String s){}
}
public @interface Smth {
}