move postfix templates to java-impl

This commit is contained in:
Sergey Ignatov
2013-12-19 12:35:51 +04:00
parent 8286229281
commit dce2c1739c
284 changed files with 284 additions and 241 deletions
@@ -0,0 +1,8 @@
public class Foo {
Foo f;
Foo m() {
Foo foo = m().m().f;<caret>
m();
return null;
}
}