Control-Flow Analysis: Reuse pseudo-value information for unused expression analysis
This commit is contained in:
+3
-3
@@ -15,11 +15,11 @@ fun B.b() {
|
||||
}
|
||||
|
||||
fun test() {
|
||||
@b { B.() ->
|
||||
@b <!UNUSED_FUNCTION_LITERAL!>{ B.() ->
|
||||
object : A {
|
||||
override fun foo() {
|
||||
this@b.bar()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}<!>
|
||||
}
|
||||
Reference in New Issue
Block a user