xref: /aosp_15_r20/dalvik/dx/tests/100-local-mismatch/expected.txt (revision 055d459012065f78d96b68be8421640240ddf631)
1*055d4590SKeyi GuiTEST 1
2*055d4590SKeyi Guilocal variable type mismatch: attempt to set or access a value of type int using a local variable of type java.lang.Object. This is symptomatic of .class transformation tools that ignore local variable information.
3*055d4590SKeyi GuiTEST 2
4*055d4590SKeyi Guilocal variable type mismatch: attempt to set or access a value of type java.lang.Object using a local variable of type int. This is symptomatic of .class transformation tools that ignore local variable information.
5*055d4590SKeyi GuiTEST 3
6*055d4590SKeyi Guilocal variable type mismatch: attempt to set or access a value of type int using a local variable of type byte[]. This is symptomatic of .class transformation tools that ignore local variable information.
7*055d4590SKeyi GuiTEST 4
8*055d4590SKeyi Guilocal variable type mismatch: attempt to set or access a value of type java.lang.String using a local variable of type java.lang.Object[]. This is symptomatic of .class transformation tools that ignore local variable information.
9*055d4590SKeyi GuiDONE
10