9 lines
223 B
Kotlin
Vendored
9 lines
223 B
Kotlin
Vendored
// PARAM_TYPES: Z
|
|
// PARAM_DESCRIPTOR: public fun Z.foo(): kotlin.Int defined in root package in file implicitThisInExtension.kt
|
|
class Z(val a: Int)
|
|
|
|
// SIBLING:
|
|
fun Z.foo(): Int {
|
|
return <selection>a</selection> + 1
|
|
}
|