KT-8794 Parameter Information should work in index expression

#KT-8794 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-10-06 15:21:21 +03:00
parent 9bd5f8affc
commit ab41641a19
44 changed files with 585 additions and 414 deletions
@@ -0,0 +1,12 @@
val header = { s: String, s1: String -> }
fun header(name: String, value: Int) { }
fun call() {
header(<caret>"sdf", "sdjfn")
}
//TODO: use parameter names from functional type
/*
Text: (<highlight>name: String</highlight>, value: Int), Disabled: false, Strikeout: false, Green: false
Text: (<highlight>p1: String</highlight>, p2: String), Disabled: false, Strikeout: false, Green: true
*/