Better error recovery

This commit is contained in:
Andrey Breslav
2011-09-05 20:41:52 +04:00
parent 8801cf37fe
commit abfbe52a5a
4 changed files with 60 additions and 52 deletions
@@ -8,6 +8,10 @@ namespace a {
}
class Foo<T>() {
val x : T<Int>
}
namespace a {
import java.util.*