Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
lambdaInCallInAnnotation.kt
blob: 5d2a3eaf8fed3c4139c36470f40e3355357073a3 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// WITH_STDLIB
// LATEST_LV_DIFFERENCE
annotation
class
Anno
(
val x
:
String
)
@Anno
(
x
=
listOf
({
it
}))
fun method
()
{
}
/* GENERATED_FIR_TAGS: functionDeclaration, lambdaLiteral */