Moved test data

This commit is contained in:
Valentin Kipyatkov
2014-10-01 14:58:41 +04:00
parent 8cb631d6f8
commit d71c481606
31 changed files with 105 additions and 90 deletions
@@ -0,0 +1,4 @@
fun foo(n: Int) {
<caret>val x: String
x = ""
}