[IC] Add test for potential sam change in kotlin-java interop
JPS tests were fixed on IJ side during implementation of JPS on graph Relates to KT-21534
This commit is contained in:
committed by
Space Team
parent
49ae1b8d01
commit
5150812838
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
public class JavaClass {
|
||||
public void foo(Integer param) {
|
||||
System.out.println("member");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user