Analysis API: move testdata to corresponding components folders
This commit is contained in:
Vendored
+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