[TEST] Migrate AbstractFirDiagnosticsWithLightTreeTest to new test runners

Also this commit adds AbstractTwoAttributesMetaInfoProcessor which can
  be used for reporting diagnostics with two attributes (OI/NI, PSI/Light tree)
This commit is contained in:
Dmitriy Novozhilov
2020-12-15 16:07:26 +03:00
parent 7e9deb7602
commit 49d9b85950
12 changed files with 757 additions and 313 deletions
@@ -0,0 +1,7 @@
FILE: Annotated.kt
@R|Service|(value = String(Your)) public final class My : R|kotlin/Any| {
public constructor(): R|My| {
super<R|kotlin/Any|>()
}
}