Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
localFunctionInsideAnnotationCall.kt
blob: 4ead4d799fb2ffe2b4c6ddcdad13766cd8627c54 [
file
]
package
one
annotation
class
Anno
(
val s
:
String
)
@Anno
(
f
<caret>
un
():
String
{
}())
class
TopLevelClass