check argument types through complete phase
with right data flow info
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package aaa
|
||||
|
||||
fun bar(<!UNUSED_PARAMETER!>a<!>: Int, <!UNUSED_PARAMETER!>b<!>: Int) {}
|
||||
|
||||
fun foo(a: Int?) {
|
||||
bar(a!!, a)
|
||||
}
|
||||
Reference in New Issue
Block a user