Fix test expectation failures caused by changed signatures.
This commit is contained in:
@@ -2,4 +2,4 @@ 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
|
||||
//Text: (<highlight>separator: CharSequence = ", "</highlight>, prefix: CharSequence = "", postfix: CharSequence = "", limit: Int = -1, truncated: CharSequence = "...", transform: ((Int) -> CharSequence)? = null), Disabled: false, Strikeout: false, Green: true
|
||||
Reference in New Issue
Block a user