[FIR] builder: more tests for annotations
^KT-63042
This commit is contained in:
committed by
Space Team
parent
11749d7c89
commit
1d5ab8c24f
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
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 ->
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user