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

8 lines
46 B
Plaintext
Raw Normal View History

public class Id {
id(b){
return b;
}
}
2019-03-28 15:55:48 +00:00