mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 12:17:12 +07:00
Create method from Java to Groovy (IDEA-186327)
This commit is contained in:
5
plugins/groovy/testdata/fixes/createMethodFromJava/nestedExpression/Area.java
vendored
Normal file
5
plugins/groovy/testdata/fixes/createMethodFromJava/nestedExpression/Area.java
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
class Test {
|
||||
{
|
||||
double d = -A.<caret>f(2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user