Insert/remove underscores intentions

This commit is contained in:
Roman Shevchenko
2011-02-08 12:20:57 +01:00
parent 8aafeaa4be
commit c0c2afe8d4
16 changed files with 465 additions and 17 deletions
@@ -0,0 +1,3 @@
class C {
int i = <caret>123_456_789;
}
@@ -0,0 +1,3 @@
class C {
int i = <caret>123456789;
}