KT-5976 Parser recovery is poor on object with parameters
#KT-5976 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
object Foo private ()
|
||||
|
||||
object Foo private () {}
|
||||
|
||||
object Foo private () : Bar {
|
||||
|
||||
}
|
||||
|
||||
object Foo [foo] private [bar()] ()
|
||||
Reference in New Issue
Block a user