a4a10c7ba4
#KT-23796 Fixed
6 lines
143 B
Kotlin
Vendored
6 lines
143 B
Kotlin
Vendored
// "Create extension property 'String?.notExistingVal'" "true"
|
|
fun foo(n: Int) {}
|
|
|
|
fun context(p: String?) {
|
|
foo(p.<caret>notExistingVal)
|
|
} |