Files
kotlin-fork/idea/testData/slicer/outflow/functionCalls.java
T
2018-01-17 12:40:34 +03:00

5 lines
75 B
Java
Vendored

class J {
void test() {
int x = FunctionCallsKt.foo(2);
}
}