You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--Warning:/home/...snip.../Foo.scala:11:34-------------------11|defbad= { call[Int].func[String]() }
|^| unused local definition
1 warning found
Expectation
No warnings are issued.
Other
This affects Monocle's macros such as GenLens.
I'm not certain whether or not my example can be minimized further. Interestingly, calling a transparent inline function directly doesn't trigger any warnings.