cal property name: accept without any other checks non-letter prefixes (IDEA-112585)

This commit is contained in:
Anna Kozlova
2013-08-26 15:35:58 +04:00
parent bab044f90c
commit 89dffc97f5
4 changed files with 18 additions and 2 deletions
@@ -0,0 +1,4 @@
class Test {
private int _foo;
<caret>
}