KT-8794 Parameter Information should work in index expression
#KT-8794 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun <T1, T2> f(p: Int, t1: T1, t2: T2){}
|
||||
|
||||
fun test() {
|
||||
f(1, "", <caret>)
|
||||
}
|
||||
|
||||
/*
|
||||
Text: (p: Int, t1: String, <highlight>t2: T2</highlight>), Disabled: false, Strikeout: false, Green: true
|
||||
*/
|
||||
Reference in New Issue
Block a user