Corrected test data

This commit is contained in:
Valentin Kipyatkov
2014-10-08 20:01:47 +04:00
parent b05b03a9c0
commit cf04ba4943
18 changed files with 32 additions and 6 deletions
@@ -1,5 +1,5 @@
fun foo(n: Int) {
// foo3
<caret>val /* foo */ x: String = "" // bar3
<caret>val /* foo */ x: String = "" // foo2 // bar3
/* baz */
}
@@ -1,5 +1,5 @@
fun foo(n: Int) {
// foo3
<caret>val /* foo */ x: String = "" // bar3
<caret>val /* foo */ x: String = "" // foo2 // bar3
/* baz */
}