Skip to content

was never called overload has limitations #54

Closed
@jozic

Description

@jozic

Writing something like

      aMock.doSomethingWithThisIntAndString(*, "test") was never called
      aMock.doSomethingWithThisIntAndString(*, "test") was never called

doesn't compile

while

      aMock.doSomethingWithThisIntAndString(*, "test") was never called
   // line break is required to compile
      aMock.doSomethingWithThisIntAndString(*, "test") was never called

compiles fine

image

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