Cast Test
This commit is contained in:
parent
561f1d1150
commit
c02a3480e8
8
test/parser/CastTest.jav
Normal file
8
test/parser/CastTest.jav
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
class CastTest{
|
||||||
|
void methode(){
|
||||||
|
Object a;
|
||||||
|
String b;
|
||||||
|
a = (Object) b;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user