[FIR] Properly implement serializer extension for klib compilation
^KT-57654 Fixed
This commit is contained in:
committed by
Space Team
parent
6604627fa8
commit
92a59279d5
+3
-2
@@ -1,4 +1,5 @@
|
||||
// IGNORE_BACKEND_K2: NATIVE
|
||||
// IGNORE_BACKEND_K2: NATIVE, JS_IR
|
||||
// Ignore reason: KT-57611
|
||||
// MODULE: lib
|
||||
// FILE: Class.kt
|
||||
|
||||
@@ -18,4 +19,4 @@ import Class
|
||||
@Ann("${Class.Obj.Const}+")
|
||||
fun f(): String = "OK"
|
||||
|
||||
fun box() = f()
|
||||
fun box() = f()
|
||||
|
||||
Reference in New Issue
Block a user