Skip to content

Fix request: Kotlin AvoidImplicitlyRecompilingRegex missed issue #700

Description

@stokpop

This Regex constructor is not found. If you remove .matches(text) it is found, so it has something to do with the chained call.

    fun doSomething(text: String): Boolean {
        return Regex("group1").matches(text)
    }

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