forked from JavaTX/JavaCompilerCore
6 lines
44 B
Plaintext
6 lines
44 B
Plaintext
|
public class Id {
|
||
|
|
||
|
id(b){
|
||
|
return b;
|
||
|
}
|
||
|
}
|