Implement common Throwable.addSuppressed/suppressed extensions
Instead of `suppressed` Array we provide `suppressedExceptions` List #KT-23737
This commit is contained in:
+1
@@ -21,6 +21,7 @@ public abstract interface annotation class kotlin/DslMarker : java/lang/annotati
|
||||
public final class kotlin/ExceptionsKt {
|
||||
public static final fun addSuppressed (Ljava/lang/Throwable;Ljava/lang/Throwable;)V
|
||||
public static final fun getStackTrace (Ljava/lang/Throwable;)[Ljava/lang/StackTraceElement;
|
||||
public static final fun getSuppressedExceptions (Ljava/lang/Throwable;)Ljava/util/List;
|
||||
}
|
||||
|
||||
public abstract interface annotation class kotlin/Experimental : java/lang/annotation/Annotation {
|
||||
|
||||
Reference in New Issue
Block a user