singleton-ops
singleton-ops copied to clipboard
Add a test case for #234
trafficstars
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?