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,10 @@
|
||||
package test
|
||||
|
||||
|
||||
fun main() {
|
||||
p.JavaClass().foo(<caret>)
|
||||
}
|
||||
|
||||
/*
|
||||
Text: (<highlight>myParamName1: Int</highlight>, myParamName2: String!), Disabled: false, Strikeout: false, Green: true
|
||||
*/
|
||||
Reference in New Issue
Block a user