5c4e034171
Use direct references search instead So #KT-19811 Fixed
10 lines
131 B
Kotlin
Vendored
10 lines
131 B
Kotlin
Vendored
// PROBLEM: none
|
|
|
|
class Foo {
|
|
fun test() {
|
|
abacaba("")
|
|
}
|
|
|
|
internal fun <caret>abacaba(s: String): String = s
|
|
}
|