[FIR JS] Support DEBUG_INFO_DYNAMIC

This commit is contained in:
Nikolay Lunyak
2023-01-04 12:20:10 +02:00
committed by Space Team
parent eed2fada1f
commit 95b589fd94
22 changed files with 263 additions and 204 deletions
@@ -17,7 +17,7 @@ interface WithDeprecation {
}
class A : J(), WithDeprecation {
override fun <!OVERRIDE_DEPRECATION("")!>foo<!>() {}
override fun <!OVERRIDE_DEPRECATION!>foo<!>() {}
}
fun main() {