Revert 06215ca932
It led to parameter names missing in parameter info and completion for compiled java code used from kotlin See KT-11039
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