aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/reflection-valueclasses-standard.check
blob: 643c3d048c19620f0d03220fc9b647f300a55afc (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
========byte========
byte
2
========short========
short
2
========int========
int
2
========long========
long
2
========float========
float
2.0
========double========
double
2.0
========char========
char
2
========boolean========
boolean
true
========void========
void
()