JavaCompilerCore/BCEL/bcelifier/IntLiteral.java

8 lines
87 B
Java
Raw Normal View History

2015-08-27 11:36:14 +00:00
package bcelifier;
public class IntLiteral {
Integer methode(){
return 50000;
}
}