[TD] Update directives in kotlinAgainstKotlin testdata

This commit is contained in:
Dmitriy Novozhilov
2021-01-22 16:10:05 +03:00
parent 9ba41c5b88
commit 5075484c8e
48 changed files with 110 additions and 37 deletions
@@ -1,8 +1,8 @@
// IGNORE_BACKEND_FIR: JVM_IR
// TARGET_BACKEND: JVM
// MODULE: lib
// FILE: A.kt
// WITH_RUNTIME
// FILE: A.kt
abstract class IrConst<T> : IrExpression(), IrExpressionWithCopy {
abstract val kind: IrConstKind<T>