[FIR] Add checker for MISSING_DEPENDENCY_CLASS

#KT-59371 Fixed
This commit is contained in:
Brian Norman
2023-08-21 06:59:13 -05:00
committed by Space Team
parent ecb6b5dc58
commit 833072e1fb
30 changed files with 145 additions and 277 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
// FILE: a/x.java
package a;
@@ -24,4 +25,4 @@ public class y extends x implements i {
// FILE: test.kt
package a
fun test() = y().<!MISSING_DEPENDENCY_CLASS!>getZ<!>()
fun test() = y().<!MISSING_DEPENDENCY_CLASS!>getZ<!>()