mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +00:00
Added tests for parameter names in function type from SAM-adapter + fixed KT-13861
#KT-13861 Fixed
This commit is contained in:
5
idea/testData/parameterInfo/withLib1/sharedLib/p/JavaClass.java
vendored
Normal file
5
idea/testData/parameterInfo/withLib1/sharedLib/p/JavaClass.java
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
package p;
|
||||
|
||||
public class JavaClass {
|
||||
public void foo(int myParamName1, String myParamName2) {}
|
||||
}
|
||||
Reference in New Issue
Block a user