Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 734 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 734 Bytes

import munit.Clue.generate minimal working example

A minimal working example that shows how the suggestions from the Scala 3 compiler are shadowed by this hint

[error]    |The following import might make progress towards fixing the problem:
[error]    |
[error]    |  import munit.Clue.generate

Code of the test here

Configuration

  • Scala 3.2.1
  • munit 1.0.0-M7
  • sbt 1.8.2

Docs