Skip to content

incorrect breakline parsing #104

@ityoung

Description

@ityoung
open class A(private val b: B) : C
(b) {

this will raise error: org.antlr.v4.kotlinruntime.misc.ParseCancellationException

but without breakline runs success:

open class A(private val b: B) : C(b) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions