Added tests for parameter names in function type from SAM-adapter + fixed KT-13861
#KT-13861 Fixed
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