summaryrefslogtreecommitdiff
path: root/test/files/run/reify_magicsymbols.check
blob: e2aa46a364e761392c6717d2fdf0020d8bba75c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Any
AnyVal
AnyRef
Null
Nothing
List[Any]
List[AnyVal]
List[AnyRef]
List[Null]
List[Nothing]
AnyRef{def foo(x: Int): Int}
Int* => Unit
=> Int => Unit