Added tests for parameter names in function type from SAM-adapter + fixed KT-13861
#KT-13861 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package p;
|
||||
|
||||
public interface JavaSAM {
|
||||
public void foo(int number, String ss);
|
||||
}
|
||||
Reference in New Issue
Block a user