SLC: populate fields from companion in annotation

This commit is contained in:
Jinseong Jeon
2022-11-18 00:28:43 -08:00
committed by Ilya Kirillov
parent f02fd2e04e
commit e2901c81ac
4 changed files with 13 additions and 19 deletions
@@ -25,6 +25,9 @@ public abstract @interface Anno6 /* Anno6*/ {
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
public abstract @interface AnnoWithCompanion /* AnnoWithCompanion*/ {
@kotlin.jvm.JvmField()
public static final int x = 42 /* initializer type: int */;
@org.jetbrains.annotations.NotNull()
public static final AnnoWithCompanion.Companion Companion;