Files
kotlin-fork/analysis/low-level-api-fir/testdata/nonLocalDeclarationAnchors/localFunctionInsideAnnotationCall.txt
T
2023-05-11 16:09:02 +02:00

9 lines
199 B
Plaintext

package one
/* anchor --> */annotation class Anno/* anchor --> */(/* anchor --> */val s: String/* <-- */)/* <-- *//* <-- */
/* anchor --> */@Anno(fun(): String {
}())
class TopLevelClass/* <-- */