singleton-ops icon indicating copy to clipboard operation
singleton-ops copied to clipboard

Add a test case for #234

Open tribbloid opened this issue 3 years ago • 1 comments
trafficstars

tribbloid avatar Mar 19 '22 21:03 tribbloid

This is the error, did you see the following 3 lines?

    illTyped("""implicitly[TestRequireMsg]""","Testing 123")
    illTyped("implicitly[Set[TestFoo.FF[Int]]]", "Testing 123")
    illTyped("""implicitly[Set[Int]]""","could not find implicit value.*")

It appears that only the second line triggers the error, the first line behave completely as expected. I wonder if this could give us a cue?

tribbloid avatar Mar 19 '22 21:03 tribbloid