rela13x
Results
1
issues of
rela13x
repo to reproduce: https://github.com/augustjune/context-applied in a few words: ``` scalaVersion := "2.13.12", libraryDependencies += compilerPlugin("org.augustjune" %% "context-applied" % "0.1.4"), ``` code ``` trait X[A] { def f(a: A): Int }...