blob: 3738bb12e96df5c30a3cc230d59af1a9bb42bb9b [file] [log] [blame]
package test0052;
class X {
public @interface E {
String val();
}
}