Refine recovery for constructors
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
class A {
|
||||
constructor
|
||||
val x: Int
|
||||
|
||||
constructor
|
||||
constructor() {}
|
||||
|
||||
constructor {}
|
||||
fun foo()
|
||||
|
||||
constructor} class B {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user