separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
fun {[a] T<T>.(A<B>) : ()}.foo()
|
||||
fun {[a] T<T>.(A<B>) : ()}.foo();
|
||||
fun {[a] T<T>.(A<B>) : ()}.foo() {}
|
||||
fun [a] {[a] T<T>.(A<B>) : ()}.foo() {}
|
||||
fun <A, B> [a] {() : Unit}.foo()
|
||||
|
||||
// And tuples, too
|
||||
fun (A, B).foo() : Unit {}
|
||||
|
||||
|
||||
// Recovery
|
||||
fun fun [a] T<T>.(A<B>) : ().-()
|
||||
Reference in New Issue
Block a user