parameters in KDoc take precedence over other identifiers
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class C {
|
||||
fun f1() {
|
||||
}
|
||||
|
||||
/**
|
||||
* The [f<caret>1] references a parameter.
|
||||
*/
|
||||
fun f2(f1: String) {
|
||||
}
|
||||
}
|
||||
|
||||
// REF: f1
|
||||
Reference in New Issue
Block a user