xref: /aosp_15_r20/art/test/010-instance/expected-stdout.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1*795d594fSAndroid Build Coastguard Workerinstance begin
2*795d594fSAndroid Build Coastguard Workerx instanceof X (true): true
3*795d594fSAndroid Build Coastguard Workerx instanceof Y (false): false
4*795d594fSAndroid Build Coastguard Workery instanceof X (true): true
5*795d594fSAndroid Build Coastguard Workery instanceof Y (true): true
6*795d594fSAndroid Build Coastguard Workerxar instanceof Object (true): true
7*795d594fSAndroid Build Coastguard Workerxar instanceof X (false): false
8*795d594fSAndroid Build Coastguard Workerxar instanceof X[] (true): true
9*795d594fSAndroid Build Coastguard Workerxar instanceof Y[] (false): false
10*795d594fSAndroid Build Coastguard Workerxar instanceof Object[] (true): true
11*795d594fSAndroid Build Coastguard Workerxar instanceof X[][] (false): false
12*795d594fSAndroid Build Coastguard Workeryar instanceof X[] (true): true
13*795d594fSAndroid Build Coastguard Workerxararar instanceof Object (true): true
14*795d594fSAndroid Build Coastguard Workerxararar instanceof Object[] (true): true
15*795d594fSAndroid Build Coastguard Workerxararar instanceof X (false): false
16*795d594fSAndroid Build Coastguard Workerxararar instanceof X[] (false): false
17*795d594fSAndroid Build Coastguard Workerxararar instanceof X[][] (false): false
18*795d594fSAndroid Build Coastguard Workerxararar instanceof X[][][] (true): true
19*795d594fSAndroid Build Coastguard Workerxararar instanceof Object[][][] (true): true
20*795d594fSAndroid Build Coastguard Workerxararar instanceof Serializable (true): true
21*795d594fSAndroid Build Coastguard Workerxararar instanceof Serializable[] (true): true
22*795d594fSAndroid Build Coastguard Workerxararar instanceof Serializable[][] (true): true
23*795d594fSAndroid Build Coastguard Workerxararar instanceof Serializable[][][] (false): false
24*795d594fSAndroid Build Coastguard Workeryararar instanceof X[][][] (true): true
25*795d594fSAndroid Build Coastguard Workeriar instanceof Object (true): true
26*795d594fSAndroid Build Coastguard Workeriar instanceof Object[] (false): false
27*795d594fSAndroid Build Coastguard Workeriarar instanceof Object (true): true
28*795d594fSAndroid Build Coastguard Workeriarar instanceof Object[] (true): true
29*795d594fSAndroid Build Coastguard Workeriarar instanceof Object[][] (false): false
30*795d594fSAndroid Build Coastguard Workerinstanceof end
31