Create method from Java to Groovy (IDEA-186327)

This commit is contained in:
alexey.afanasiev
2018-02-19 17:24:28 +03:00
parent ebf38b4352
commit 4a492ac988
81 changed files with 691 additions and 114 deletions

View File

@@ -0,0 +1,5 @@
class Test {
{
double d = -A.<caret>f(2);
}
}