IDEA-42131

This commit is contained in:
Alexey Kudravtsev
2010-08-30 12:19:31 +04:00
parent 1403da14a0
commit 03a403cd29
17 changed files with 179 additions and 20 deletions
@@ -0,0 +1,11 @@
public class Foo {
public Foo() {<caret>
}
// Method comment
public String getSomeGetter() {
return null;
}
}