KT-8794 Parameter Information should work in index expression
#KT-8794 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun f() {
|
||||
listOf(1).joinToString(<caret>)
|
||||
}
|
||||
|
||||
//Text: (<highlight>separator: String = ", "</highlight>, prefix: String = "", postfix: String = "", limit: Int = -1, truncated: String = "...", transform: ((Int) -> String)? = null), Disabled: false, Strikeout: false, Green: true
|
||||
Reference in New Issue
Block a user