JavaTXCompilerInJavaTX/examples/hoti/EmptyResultProblem.jav

9 lines
82 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
class Empty{
hasenfuss(){
}
}
class User{
testProblem(x){
x.hasenfuss();
}
}