Postfix templates: add tests for new templates and use full qualified names

in templates
This commit is contained in:
Alexander Zolotov
2016-01-25 16:33:20 +03:00
parent 6867891b16
commit 9f1c967cff
31 changed files with 412 additions and 14 deletions
@@ -0,0 +1,7 @@
package templates;
public class Foo {
void m(int[] array) {
array.lambda<caret>
}
}