KotlinBytecodeToolWindow: analyze inline functions from multi declarations and from iterator call in for
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package foo
|
||||
|
||||
import inlineFun1.*
|
||||
|
||||
fun test() {
|
||||
val (a, b) = A()
|
||||
println(a)
|
||||
println(b)
|
||||
}
|
||||
Reference in New Issue
Block a user