IDEA-85330 Literals completion

This commit is contained in:
peter
2012-08-03 17:13:36 +02:00
parent f5c1d4982c
commit 6f0bc1d937
4 changed files with 77 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
class Bar {
String a = "abc.def"
String b = "abc.def<caret>"
}