mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
more java tests moved to community
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import java.lang.annotation.*;
|
||||
|
||||
//OK
|
||||
@Target({ElementType.TYPE})
|
||||
@Expose @interface Expose {}
|
||||
|
||||
@Target({ElementType.FIELD})
|
||||
@<error descr="'@Expose1' not applicable to annotation type">Expose1</error>@interface Expose1 {}
|
||||
Reference in New Issue
Block a user