added ConstraintSystemTest
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun foo<T, P, Q, R, S>() = 42
|
||||
|
||||
trait A
|
||||
trait B : A
|
||||
trait C : B
|
||||
|
||||
trait Consumer<in T>
|
||||
trait Producer<out T>
|
||||
|
||||
trait My<T>
|
||||
Reference in New Issue
Block a user