Files
kotlin-fork/j2k/tests/testData/plugin/file/example.jav
T

11 lines
174 B
Java

class Example {
void main(Integer param1, int param2) {
Library.getString().isEmpty();
Integer i = 10;
for (Integer a : Arrays.asList(1, 2, 3)) {
}
}
}