287c1f4c71
#KT-2821 Fixed #KT-3779 Fixed
10 lines
105 B
Kotlin
10 lines
105 B
Kotlin
package some
|
|
|
|
fun foo(i: Int) = 1
|
|
fun test() {
|
|
foo(B<caret>)
|
|
}
|
|
|
|
/* KT-3779, KT-2821 */
|
|
|
|
// EXIST: Bar |