Files
kotlin/idea/testData/parameterInfo/arrayAccess/Simple.kt
2015-10-07 23:09:54 +03:00

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