IDEA-65811 "final" variant is not suggested but it should be

This commit is contained in:
peter
2011-02-23 15:13:41 +01:00
parent 40c073a073
commit 725873b3ce
4 changed files with 29 additions and 3 deletions
@@ -0,0 +1,5 @@
class A {
A() {
fin<caret>this.toString();
}
}