Skip to content

Commit

Permalink
upgrade kind-projector based integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Jul 7, 2023
1 parent ed5574d commit 6e875f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/it/test_scaladoc_compiler_plugins/pom.xml
Expand Up @@ -49,7 +49,7 @@
<compilerPlugin>
<groupId>org.typelevel</groupId>
<artifactId>kind-projector_${scala.version.lastrelease}</artifactId>
<version>0.11.0</version>
<version>0.13.2</version>
</compilerPlugin>
</compilerPlugins>
</configuration>
Expand Down
Expand Up @@ -2,8 +2,5 @@ import scala.language.higherKinds

object MyClass {

class TestKinded[F[_], G]

def testWithHigherKinded[F[_] : TestKinded[?[_], Int]] = ???

def testWithHigherKinded[Either[Int, +*]] = ???
}

0 comments on commit 6e875f4

Please sign in to comment.