Revert dropping inline-only extensions for Throwable, to be able to use runtime of 1.1 with language version of 1.0 which makes mapped builtin members unavailable again.
#KT-14213 Fixed
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
public final class kotlin/ExceptionsKt {
|
||||
public static final synthetic fun getStackTrace (Ljava/lang/Throwable;)[Ljava/lang/StackTraceElement;
|
||||
public static final fun getStackTrace (Ljava/lang/Throwable;)[Ljava/lang/StackTraceElement;
|
||||
}
|
||||
|
||||
public abstract interface class kotlin/Lazy {
|
||||
|
||||
Reference in New Issue
Block a user