Files
openide/plugins/stream-debugger/testData/dsl/java/forEach.out
T
2017-09-04 16:55:28 +03:00

5 lines
91 B
Plaintext

final List objects = getObjects();
for (Object object : objects) {
object.toString();
};