mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-16 08:39:59 +07:00
Insert/remove underscores intentions
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class C {
|
||||
int i = <caret>123_456_789;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
class C {
|
||||
int i = <caret>123456789;
|
||||
}
|
||||
Reference in New Issue
Block a user