mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
CreateSwitchIntention shouldn't throw on malformed strings
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Test {
|
||||
void m() {
|
||||
<caret>"\"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Test {
|
||||
void m() {
|
||||
<caret>switch ("\") {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user