JavaPatternMatching/src/test/resources/bytecode/javFiles/FieldTphConsMeth.jav

11 lines
109 B
Plaintext
Raw Normal View History

2018-12-20 11:26:37 +00:00
public class FieldTphConsMeth {
a;
public FieldTphConsMeth(c) {
a = m(c);
}
m(b) {
return b;
}
}