Skip to content

not working while same method exist in different class #25

@lfeng1992

Description

@lfeng1992

e.g:
class A {
func method1() {
}
}

class B {
func method1() {
}
}

expect that print all of two methods but not

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions