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