Drop inline-only extensions and hide non-inline-only ones that are available now as mapped methods of mapped builtins.

#KT-10887 Fixed
This commit is contained in:
Ilya Gorbunov
2016-05-06 17:28:27 +03:00
parent 9bd3be68f7
commit 9bfb226948
3 changed files with 12 additions and 23 deletions
@@ -1,5 +1,5 @@
public final class kotlin/ExceptionsKt {
public static final fun getStackTrace (Ljava/lang/Throwable;)[Ljava/lang/StackTraceElement;
public static final synthetic fun getStackTrace (Ljava/lang/Throwable;)[Ljava/lang/StackTraceElement;
}
public abstract interface class kotlin/Lazy {