aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/nestedLambdas.scala
blob: 0e186d193ab86ab154e218c8db973f6bf425a118 (plain) (tree)
1
2
3
4
5
6
7
8
9








                               
class Test {

  type T = [X] -> [Y] -> (X, Y)

  type A[X] = [Y] -> (X, Y)

  type B[X] = (X, X)

}