summaryrefslogtreecommitdiff
path: root/test/files/run/abstypetags_core.check
blob: 980b4719bf072bdfb793c8d0e2993b4df515d70e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
true
TypeTag[Byte]
true
TypeTag[Short]
true
TypeTag[Char]
true
TypeTag[Int]
true
TypeTag[Long]
true
TypeTag[Float]
true
TypeTag[Double]
true
TypeTag[Boolean]
true
TypeTag[Unit]
true
TypeTag[Any]
true
TypeTag[AnyVal]
true
TypeTag[AnyRef]
true
TypeTag[java.lang.Object]
true
TypeTag[Null]
true
TypeTag[Nothing]