Write a copy of SMAP to a new annotation
To make it available for dynamically attached JVMTI agents. `@SourceDebugExtension` annotation value is equal to the SourceDebugExtension attribute value, which is checked now for all box tests. The difference is that the annotation stored in the constant pool, which is available for dynamically attached JVMTI agents. #KT-53438 Fixed
This commit is contained in:
+4
@@ -4147,6 +4147,10 @@ public final class kotlin/jvm/internal/ShortSpreadBuilder : kotlin/jvm/internal/
|
||||
public final fun toArray ()[S
|
||||
}
|
||||
|
||||
public abstract interface annotation class kotlin/jvm/internal/SourceDebugExtension : java/lang/annotation/Annotation {
|
||||
public abstract fun value ()[Ljava/lang/String;
|
||||
}
|
||||
|
||||
public class kotlin/jvm/internal/SpreadBuilder {
|
||||
public fun <init> (I)V
|
||||
public fun add (Ljava/lang/Object;)V
|
||||
|
||||
Reference in New Issue
Block a user