[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
This commit is contained in:
Marco Pennekamp
2024-03-13 18:20:21 +01:00
committed by Space Team
parent 32337c8255
commit 53f2dfec41
@@ -274,6 +274,10 @@ package modifiers;
*
* // nested class: Four
*
* // sealed subclass: modifiers/SealedClass.One
*
* // sealed subclass: modifiers/SealedClass.Two
*
* // module name: main
* }
*/