KotlinBytecodeToolWindow: analyze inline functions from multi declarations and from iterator call in for
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package inlineFun1
|
||||
|
||||
class A() {
|
||||
inline fun iterator() : Iterator<Int> = throw UnsupportedOperationException()
|
||||
}
|
||||
Reference in New Issue
Block a user