Skip to content

IntelliJ cannot resolve symbol retry when using explicit retry policy ref #11

@sslavic

Description

@sslavic

Instead of defining implicit retry policy, I'm explicitly calling "policy.retry(someName) { doSomething() }". Variable policy is of type atmos.RetryPolicy (case class).

IntelliJ reports that it cannot resolve symbol "retry" in that call. Code compiles and runs well. I guess it is some bug in IntelliJ. Clearing caches, restarting or reimporting project after deleting .idea/ didn't help.

Can anyone reproduce the issue?

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