Files
kotlin-fork/analysis/analysis-api/testData/referenceResolve/kDoc/withErrors/invalidPropertyAccessOnFunction.kt
T
2023-10-23 23:08:00 +00:00

9 lines
92 B
Kotlin
Vendored

class A {
fun toName(): String = ""
}
/**
* [A.<caret>toName.length]
*/
fun foo() {}