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

6 lines
82 B
Java
Vendored

class J {
void foo(int n) {
int y = n;
new K().bar(y);
}
}