[Test] Use DUMP_EXTERNAL_CLASS instead of invalid DUMP_DEPENDENCIES directive in ir text tests
This commit is contained in:
committed by
Space Team
parent
9946bfcdfd
commit
e7f6482857
@@ -1,10 +1,10 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// FIR_IDENTICAL
|
||||
// !DUMP_DEPENDENCIES
|
||||
// DUMP_EXTERNAL_CLASS: J
|
||||
// FILE: javaSyntheticProperty.kt
|
||||
val test = J().foo
|
||||
|
||||
// FILE: J.java
|
||||
class J {
|
||||
public String getFoo() { return null; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user