An error occurred while fetching folder content.
user avatar
[decompiler] do not generate stub for implicit java repeatable annotation
Dmitry Gridin authored
Do not load the `@java.lang.annotation.Repeatable` annotation instance
generated automatically by the compiler for Kotlin-repeatable annotation
classes. Otherwise, the stub count doesn't match stubbed node length, since that
annotation is only generated in the backend, and is not visible to the frontend.

Related commit in the [compiler](https://github.com/jetbrains/kotlin/commit/f8af127a4eb575dba64b5b209679ed723f1c8b23#diff-f4b674ce0efde7d5f15c338f95a6bb7d6d49cf1d887b52e6674521cfa7b2fd48R152)

^KTIJ-19676 Fixed

GitOrigin-RevId: af76aa560dab825e15ce47330e1c7ae83219b7cc
11e88433
Name Last commit Last update
..