Skip to content

NamedArguments rule: false positive with varargs #3291

@t-kameyama

Description

@t-kameyama
fun foo(vararg i: Int) {}

fun test() {
    foo(1, 2, 3, 4, 5)
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions