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:
Ilya Gorbunov
2016-10-10 20:57:16 +03:00
parent fc46afc108
commit a239231c75
2 changed files with 24 additions and 4 deletions
@@ -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 {