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