generate constraint system tests

more tests added
This commit is contained in:
Svetlana Isakova
2014-01-24 21:09:51 +04:00
parent 791fa22abb
commit 9832676701
27 changed files with 593 additions and 27 deletions
@@ -1,4 +1,4 @@
fun foo<T, P, Q, R, S>() = 42
fun foo<T, P: T>() = 42
trait A
trait B : A