mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-21 14:25:59 +00:00
9 lines
197 B
Java
9 lines
197 B
Java
public class Foo implements java.util.RandomAccess {
|
|
private static final String ONE = "Eén";
|
|
|
|
{
|
|
String value = toString();
|
|
System.out.print(value);
|
|
System.out.print("Two" + "Four");
|
|
}
|
|
} |