Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
checker
/
regression
/
FunctionLiteralInsideAnnotation.kt
blob: a49a5ae3b0e5009f620acaa6ba6d4c8cc46224ff [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
package
foo
@<
error
>
Anno
</
error
>
({
val x
:
Int
})
fun f
()
{}