Minor: Make internal monitorEnter/monitorExit functions private to remove them from the public API

#KT-11485
This commit is contained in:
Ilya Gorbunov
2016-03-30 17:41:07 +03:00
parent bbd6417d3c
commit 9caa17dc74
3 changed files with 4 additions and 11 deletions
@@ -1705,11 +1705,6 @@ public final class kotlin/io/TextStreamsKt {
public static final fun useLines (Ljava/io/Reader;Lkotlin/jvm/functions/Function1;)Ljava/lang/Object;
}
public final class kotlin/jvm/internal/unsafe/MonitorKt {
public static final fun monitorEnter (Ljava/lang/Object;)V
public static final fun monitorExit (Ljava/lang/Object;)V
}
public final class kotlin/properties/Delegates {
public static final field INSTANCE Lkotlin/properties/Delegates;
public final fun notNull ()Lkotlin/properties/ReadWriteProperty;