FIR IDE: add more tests about annotation resolution
This commit is contained in:
committed by
TeamCityServer
parent
e95313acbb
commit
464eecef03
+6
@@ -0,0 +1,6 @@
|
||||
annotation class Anno
|
||||
|
||||
<expr>@receiver:Anno</expr>
|
||||
fun String.foo() {
|
||||
return "$this (${this.length})"
|
||||
}
|
||||
Reference in New Issue
Block a user