IDEA-120738 Complete current statement creates broken code

This commit is contained in:
peter
2014-02-13 19:43:13 +01:00
parent 4fb9534f06
commit 5cd8a05139
6 changed files with 33 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
public class Test {
private String s()<caret>
/* a comment */ String foo() {}
}