JavaTXCompilerInJavaTX/test/bytecode/NewArray.jav

10 lines
78 B
Plaintext
Raw Normal View History

class NewArray{
void method() {
zahl;
zahl = new Integer[2];
}
}