JavaCompilerCore/resources/bytecode/javFiles/Literal.jav

8 lines
183 B
Plaintext
Raw Normal View History

2024-02-26 14:02:15 +00:00
import java.lang.Character;
2024-02-05 13:46:00 +00:00
public class Literal {
2024-03-14 12:50:56 +00:00
public m() { return null; }
public m2() { return 'C'; }
2024-03-25 14:10:47 +00:00
public m3() { return 10L; }
public m4() { return 10.5F; }
2024-02-05 13:46:00 +00:00
}