From 3429bccf9a63ce692f5d0444303864802f125ead Mon Sep 17 00:00:00 2001 From: "Denis.Zharkov" Date: Mon, 14 Nov 2022 12:54:16 +0100 Subject: [PATCH] Change ownership for generated diagnostic tests to Compiler Core --- .space/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index 267d85313bd..0508c73ad85 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -27,6 +27,9 @@ /.space/ "Kotlin Build Infrastructure" /analysis/ "Kotlin IDE" +/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/DiagnosisCompilerFirTestdataTestGenerated.java "Kotlin Compiler Core" +/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/DiagnosisCompilerTestFE10TestdataTestGenerated.java "Kotlin Compiler Core" +/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/FirIdeSpecTest.java "Kotlin Compiler Core" # UNKNOWN: /android-studio/