9ebf94b4cf
#KT-11609 Fixed
9 lines
82 B
Kotlin
Vendored
9 lines
82 B
Kotlin
Vendored
fun foo(abcdef: Int) {
|
|
|
|
}
|
|
|
|
fun bar() {
|
|
foo("a".abcd<caret>)
|
|
}
|
|
|
|
// NOTHING_ELSE |