IDEA-158599 Semicolon not inserted in string literals and comments

This commit is contained in:
Dmitry Batrak
2016-07-15 17:24:17 +03:00
parent eb8e1abeb4
commit fc8e00f006
6 changed files with 22 additions and 2 deletions
@@ -0,0 +1,2 @@
// ;<caret>;
class C {}
@@ -0,0 +1,2 @@
// <caret>;
class C {}
@@ -0,0 +1,3 @@
class C {
String s = ";<caret>;";
}
@@ -0,0 +1,3 @@
class C {
String s = "<caret>;";
}