KT-5976 Parser recovery is poor on object with parameters
#KT-5976 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
object Foo<T, R> private (x: Int, y: Int) : Bar, Baz {
|
||||
fun foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user