2abcd17713
#KT-10668 Fixed (cherry picked from commit bc4c013)
10 lines
130 B
Kotlin
Vendored
10 lines
130 B
Kotlin
Vendored
// "Create extension function 'foo'" "true"
|
|
fun bar(b: Boolean) {
|
|
|
|
}
|
|
|
|
class A(val n: Int)
|
|
|
|
fun A.test() {
|
|
bar(<caret>foo(n))
|
|
} |