759ffafb0a
Main targets for the fix is completion, parameters info, inlay hints and override/implement. Other IDE functions might be affected. #KT-24911 Fixed #KT-25616 Fixed #KT-25622 Fixed
7 lines
202 B
Kotlin
Vendored
7 lines
202 B
Kotlin
Vendored
fun test() {
|
|
J.foo(<caret>"1", "2", "3", "4", "5")
|
|
}
|
|
|
|
/*
|
|
Text: (<highlight>s1: String?</highlight>, s2: String, a: String?, b: String, s3: String!), Disabled: false, Strikeout: false, Green: true
|
|
*/ |