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:
Pavel V. Talanov
2016-02-25 14:08:33 +03:00
parent 7b1afa1e01
commit 77f74a929a
6 changed files with 50 additions and 13 deletions
+10
View File
@@ -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
*/