JavaPatternMatching/resources/AllgemeinTest/InnerInf.jav

7 lines
83 B
Java

class InnerInf {
m(a, b) {
var i;
a = i;
b = i;
}
}