* Removed all Id tags.
[cacao.git] / tests / regression / codepatching / getfieldJ.java
1 public class getfieldJ {
2     public long l = 1234567890123L;
3 }