aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test3/AnnoTest6.java
blob: 5c3e87fea720dfadaaa80b5001496e3787eb6e86 (plain)
1
2
3
4
5
6
package test3;

@Anno6(str2={})
public class AnnoTest6 {
    int foo() { return 1; }
}