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() {
|
||||
for (i in A()) {
|
||||
println(i)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user