Skip to content

Distinguish overloaded class member and companion block member #4561

Description

@atyrin

code like

class A {
    fun companionWithConflictsPropertyFunction(){}
    companion {
        fun companionWithConflictsPropertyFunction(){}
    }
}

would be rendered as for the function page

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions