5150812838
JPS tests were fixed on IJ side during implementation of JPS on graph Relates to KT-21534
5 lines
107 B
Java
Vendored
5 lines
107 B
Java
Vendored
public class JavaClass {
|
|
public void foo(Integer param) {
|
|
System.out.println("member");
|
|
}
|
|
} |