bug fixed: analyze arguments in FREE expression position
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
class A {
|
||||
class object {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun use(vararg a: Any?) = a
|
||||
|
||||
fun test() {
|
||||
use(use(A, null).toString())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user