From 1e6626338de2492a4196925b298ff638e106f478 Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Tue, 4 Apr 2023 21:32:07 +0200 Subject: [PATCH] [CODEOWNERS] Changes in wasm output size tests must be shown to Zalim.Bashorov --- .space/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index e851913c3a6..7f74ec74791 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -16,6 +16,7 @@ # OWNER_LIST: Mikhail.Glukhikh # OWNER_LIST: Yan.Zhulanow # OWNER_LIST: Alexander.Udalov +# OWNER_LIST: Zalim.Bashorov # OWNER_LIST: Alexander.Shabalin Pavel.Kunyavskiy Svyatoslav.Scherbina # Kotlin Libraries # OWNER_LIST: A.Qurbonzoda Vsevolod.Tolstopyato Ilya.Gorbunov Sergey.Shanshin Leonid.Startsev @@ -106,6 +107,7 @@ /compiler/testData/cli/metadata/ "Kotlin Compiler Core" /compiler/testData/codegen/asmLike/ "Kotlin JVM" /compiler/testData/codegen/box/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" +/compiler/testData/codegen/box/size/ Zalim.Bashorov /compiler/testData/codegen/boxError/ "Kotlin JS" /compiler/testData/codegen/boxInline/ "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" /compiler/testData/codegen/boxKlib/ "Kotlin JVM"