Refine recovery for constructors

This commit is contained in:
Denis Zharkov
2015-03-25 11:26:51 +03:00
parent b1de2066c7
commit 8c048c3e43
12 changed files with 477 additions and 47 deletions
@@ -0,0 +1,14 @@
class A {
constructor
val x: Int
constructor
constructor() {}
constructor {}
fun foo()
constructor} class B {
}