Corrected test data bacause return inside "use { }" is now allowed

This commit is contained in:
valentin
2014-10-30 12:54:55 +03:00
parent 245e70100d
commit 3aadd6f880
2 changed files with 0 additions and 4 deletions
@@ -1,5 +1,3 @@
// ERROR: 'return' is not allowed here
// ERROR: A 'return' expression required in a function with a block body ('{...}')
import java.io.*
public class C {
@@ -1,5 +1,3 @@
// ERROR: 'return' is not allowed here
// ERROR: A 'return' expression required in a function with a block body ('{...}')
import java.io.*
trait I {