IDEA-85330 Literals completion

This commit is contained in:
peter
2012-08-03 17:14:55 +02:00
parent f5c1d4982c
commit 6f0bc1d937
4 changed files with 77 additions and 8 deletions
@@ -0,0 +1,5 @@
class Bar {
String a = "abc.def"
String b = "abde<caret>"
}
@@ -0,0 +1,5 @@
class Bar {
String a = "abc.def"
String b = "abc.def<caret>"
}