Files
2023-12-07 12:26:39 +00:00

8 lines
290 B
Kotlin
Vendored

val prop = @Anno("object annotation") object : @SuperType("super type") List<@SuperType("nested super type") Collection<@SuperType("nested nested super type")Int>>() {
@Anno("init") init {
@Expression("expr") foo().let { it: @Anno("lambda param type") Int ->
}
}
}