KT-5976 Parser recovery is poor on object with parameters

#KT-5976 Fixed
This commit is contained in:
Andrey Breslav
2014-10-14 14:35:43 +04:00
parent d25a858214
commit 391b57077b
41 changed files with 2088 additions and 52 deletions
@@ -0,0 +1,7 @@
object Foo where T : G
object Foo : Bar where T : G
object Foo() where T : G
object Foo() : Bar where T : G
object Foo() : Bar where T : G {}