From 53f2dfec41e0891e03129277436e0be08799722d Mon Sep 17 00:00:00 2001 From: Marco Pennekamp Date: Wed, 13 Mar 2024 18:20:21 +0100 Subject: [PATCH] [Kapt4] Update Kapt4 test data after AA Standalone fix for sealed inheritors - The Standalone Analysis API now correctly calculates sealed inheritors in source modules. This causes Kapt4 to pick up on sealed subclasses in the `modifiers` test. The change is in line with the non-FIR test results in `modifiers.txt`. ^KT-66013 --- .../kapt3/kapt3-compiler/testData/converter/modifiers.fir.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/modifiers.fir.txt b/plugins/kapt3/kapt3-compiler/testData/converter/modifiers.fir.txt index 9c63d3a70d4..191a1d3820d 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/modifiers.fir.txt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/modifiers.fir.txt @@ -274,6 +274,10 @@ package modifiers; * * // nested class: Four * + * // sealed subclass: modifiers/SealedClass.One + * + * // sealed subclass: modifiers/SealedClass.Two + * * // module name: main * } */