prefer variants without leading underscores when case sensitivity=first letter (OC-3547)

This commit is contained in:
peter
2013-10-07 17:18:25 +02:00
parent 4af89f6548
commit 203e791253
3 changed files with 10 additions and 1 deletions
@@ -0,0 +1,5 @@
class Zoo {
void zoo(String fooBar, String __FOO_BAR) {
foo<caret>
}
}