Files

5 lines
116 B
Plaintext

final java.util.List<java.lang.Object> objects = getObjects();
for (java.lang.Object object : objects) {
break;
}