KT-8794 Parameter Information should work in index expression
#KT-8794 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
open class A(x: Int) {
|
||||
fun m(x: Int, y: Boolean) = 2
|
||||
|
||||
fun d(x: Int) {
|
||||
m(1, false, <caret>)
|
||||
}
|
||||
}
|
||||
//Text: (x: Int, y: Boolean), Disabled: true, Strikeout: false, Green: true
|
||||
Reference in New Issue
Block a user