mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Additional fix for IDEABKL-4743 Automatic placement of ";" characters
-- added test case for typing in block comment
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class Foo {
|
||||
void foo() {
|
||||
/*some block comment foo(;<caret>)*/
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Foo {
|
||||
void foo() {
|
||||
/*some block comment foo(<caret>)*/
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user