blob: eaa11bdcec8fe6f271175a63cfb0a5d24be5f809 [file] [log] [blame]
package targets.AnnotationProcessorTests.bugNew;
import org.eclipse.jdt.compiler.apt.tests.processors.AnnotationProcessorTests.Bug493837Anno;
@Bug493837Anno({ String.class })
public class Bug493837Multi {
}