[Test] Migrate AbstractExtendedFirDiagnosticsTest to new infrastructure
This commit is contained in:
committed by
TeamCityServer
parent
a276d05917
commit
298e27bdac
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
FILE: valueIsNeverRead.kt
|
||||
public final fun foo(): R|kotlin/Unit| {
|
||||
lvar a: R|kotlin/Int| = Int(1)
|
||||
R|<local>/a| = Int(2)
|
||||
R|<local>/a| = Int(3)
|
||||
R|<local>/a| = R|<local>/a|.R|kotlin/Int.plus|(Int(1))
|
||||
}
|
||||
Reference in New Issue
Block a user