FIR IDE: add more tests about annotation resolution
This commit is contained in:
committed by
TeamCityServer
parent
e95313acbb
commit
464eecef03
+9
@@ -0,0 +1,9 @@
|
||||
annotation class Anno
|
||||
|
||||
<expr>@field:Anno</expr>
|
||||
var p : Int = 42
|
||||
set(value) {
|
||||
if (value > field) {
|
||||
field = value
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user