Corrected test data to not use obsolete syntax

This commit is contained in:
Valentin Kipyatkov
2015-05-15 16:32:22 +03:00
parent a05ffafc84
commit e4cf12f93e
2 changed files with 2 additions and 6 deletions
@@ -1,4 +1,2 @@
// "Add function body" "true"
package a {
fun <caret>foo()
}
@@ -1,5 +1,3 @@
// "Add function body" "true"
package a {
fun foo() {
}
}
fun foo() {
}