[Test] Migrate AbstractExtendedFirDiagnosticsTest to new infrastructure
This commit is contained in:
committed by
TeamCityServer
parent
a276d05917
commit
298e27bdac
+6
@@ -0,0 +1,6 @@
|
||||
fun foo() {
|
||||
var a = <!VARIABLE_INITIALIZER_IS_REDUNDANT!>1<!>
|
||||
<!ASSIGNED_VALUE_IS_NEVER_READ!>a<!> = 2
|
||||
a = 3
|
||||
<!ASSIGNED_VALUE_IS_NEVER_READ!>a<!> += 1
|
||||
}
|
||||
Reference in New Issue
Block a user