ab41641a19
#KT-8794 Fixed
9 lines
205 B
Kotlin
Vendored
9 lines
205 B
Kotlin
Vendored
class C {
|
|
operator fun get(pInt: Int, pString: String){}
|
|
}
|
|
|
|
fun foo(c: C) {
|
|
c[<caret>]
|
|
}
|
|
|
|
//Text: (<highlight>pInt: Int</highlight>, pString: String), Disabled: false, Strikeout: false, Green: true |