JavaPatternMatching/resources/AllgemeinTest/InfReturn.jav

7 lines
97 B
Java

public class InfReturn {
m(a) {
var ret;
a = ret;
return ret;
}
}