13 lines
140 B
Kotlin
Vendored
13 lines
140 B
Kotlin
Vendored
class C {
|
|
fun f1() {
|
|
}
|
|
|
|
/**
|
|
* The [f<caret>1] references a parameter.
|
|
*/
|
|
fun f2(f1: String) {
|
|
}
|
|
}
|
|
|
|
// REF: f1
|