[Test] Migrate AbstractExtendedFirDiagnosticsTest to new infrastructure
This commit is contained in:
committed by
TeamCityServer
parent
a276d05917
commit
298e27bdac
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
annotation class Ann(val value: Int)
|
||||
|
||||
fun foo(): Int {
|
||||
val x = 3
|
||||
@Ann(<!ANNOTATION_ARGUMENT_MUST_BE_CONST!>x<!>) val y = 5
|
||||
return y
|
||||
}
|
||||
Reference in New Issue
Block a user