IDEA-63335 complete current statement error when statement spans on 2 lines

This commit is contained in:
peter
2011-04-14 20:35:48 +02:00
parent ff473e1ce0
commit 54d554f1d1
4 changed files with 21 additions and 8 deletions
@@ -0,0 +1,6 @@
class Test {
Object method() {
return
null<caret>
}
}
@@ -0,0 +1,6 @@
class Test {
Object method() {
return
null;<caret>
}
}