Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Jun 4, 2024
1 parent d23405c commit acf564b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

/**
* Checks type parameter declaration, Variance(covariance/contravariance)
*
* @see io.foldright.study.generics.GenericsStudyTest
*/
@SuppressWarnings({"UnnecessaryLocalVariable", "unused", "RedundantThrows"})
public class TypeParameterDeclarationTest {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package io.foldright.study.generics;

/**
* @see io.foldright.cffu.generics.TypeParameterDeclarationTest
*/
public class GenericsStudyTest {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package io.foldright.study.generics

import io.kotest.core.spec.style.FunSpec

class GenericsStudyKtTest : FunSpec({

})

0 comments on commit acf564b

Please sign in to comment.