mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
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 |