Michal K.

Results 1 issues of Michal K.

When I have function like this: `fun someFunction() { setOf("A","B","C").forEach { System.out.print(it) } System.out.println("this line is not in FunctionBodyContext") }` then `FunctionalBodyContext.getText()` returns only part of the body, mainly: `{...