JavaPatternMatching/BCEL/bcelifier/This.java

9 lines
78 B
Java
Raw Normal View History

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