mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +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/withLib2/sharedLib/p/JavaClass.java
vendored
Normal file
5
idea/testData/parameterInfo/withLib2/sharedLib/p/JavaClass.java
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
package p;
|
||||
|
||||
public class JavaClass {
|
||||
public static void takeSAM(JavaSAM sam){}
|
||||
}
|
||||
Reference in New Issue
Block a user