forked from JavaTX/JavaCompilerCore
16 lines
186 B
Plaintext
16 lines
186 B
Plaintext
class Instanceof {
|
|
|
|
Instanceof(){
|
|
super(());
|
|
}
|
|
void checkInstanceof(){
|
|
TPH a;
|
|
a = 4;
|
|
return a instanceof java.lang.Integer;
|
|
}
|
|
|
|
Instanceof(){
|
|
super(());
|
|
}
|
|
|
|
} |