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 class JavaClass {
|
||||
public void foo(int myParamName1, String myParamName2) {}
|
||||
}
|
||||
Reference in New Issue
Block a user