Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
nonLocalDeclarationAnchors
/
localFunctionInsideAnnotationCall.txt
blob: ecb829e829252bde1e81fe4692f8755f6fe6dc31 [
file
]
package one
/* anchor --> */annotation class Anno/* anchor --> */(/* anchor --> */val s: String/* <-- */)/* <-- *//* <-- */
/* anchor --> */@Anno(fun(): String {
}())
class TopLevelClass/* <-- */