mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
intentions preview: create annotation method from usage
GitOrigin-RevId: 202cf795eba05296027ab41e034220a9c1a6b678
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fc2f8af34d
commit
c59dfcedab
@@ -1,4 +1,4 @@
|
||||
// "Create method 'test'" "true"
|
||||
// "Create method 'test'" "true-preview"
|
||||
public class Test {
|
||||
@Attr(test= "")
|
||||
public Test() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Create method 'test'" "true"
|
||||
// "Create method 'test'" "true-preview"
|
||||
public class Test {
|
||||
@Attr(te<caret>st= "")
|
||||
public Test() {
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
String test()
|
||||
Reference in New Issue
Block a user