Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/annotationEntry/nestedJavaAnnotationWithNamedArgs.after.Dependency.java
2015-05-27 16:15:44 +03:00

8 lines
98 B
Java

class J {
public static @interface foo {
int count();
String name();
}
}