mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-postfix-templates] Fix test (import was missing)
GitOrigin-RevId: e6d977dd095f07e0654e465820fd73208db9c5dc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1def0c841c
commit
a97e3bf80d
@@ -1,3 +1,5 @@
|
||||
import java.lang.annotation.*;
|
||||
|
||||
@Target(ElementType.TYPE_USE)
|
||||
@interface N {}
|
||||
class A {
|
||||
|
||||
+3
-1
@@ -1,8 +1,10 @@
|
||||
import java.lang.annotation.*;
|
||||
|
||||
@Target(ElementType.TYPE_USE)
|
||||
@interface N {}
|
||||
class A {
|
||||
|
||||
private String par;
|
||||
private @N String par;
|
||||
|
||||
void m(@N String par) {
|
||||
this.<caret>par = par;
|
||||
|
||||
Reference in New Issue
Block a user