Reference dump of kotlin-runtime and kotlin-stdlib of 1.0.0 and 1.0.1

This commit is contained in:
Ilya Gorbunov
2016-03-25 22:02:39 +03:00
parent 4c113ad882
commit 26e905e90e
@@ -852,7 +852,6 @@ public class kotlin/jvm/internal/Reflection {
public static fun property0 (Lkotlin/jvm/internal/PropertyReference0;)Lkotlin/reflect/KProperty0;
public static fun property1 (Lkotlin/jvm/internal/PropertyReference1;)Lkotlin/reflect/KProperty1;
public static fun property2 (Lkotlin/jvm/internal/PropertyReference2;)Lkotlin/reflect/KProperty2;
public static fun renderLambdaToString (Lkotlin/jvm/internal/Lambda;)Ljava/lang/String;
}
public class kotlin/jvm/internal/ReflectionFactory {
@@ -869,7 +868,6 @@ public class kotlin/jvm/internal/ReflectionFactory {
public fun property0 (Lkotlin/jvm/internal/PropertyReference0;)Lkotlin/reflect/KProperty0;
public fun property1 (Lkotlin/jvm/internal/PropertyReference1;)Lkotlin/reflect/KProperty1;
public fun property2 (Lkotlin/jvm/internal/PropertyReference2;)Lkotlin/reflect/KProperty2;
public fun renderLambdaToString (Lkotlin/jvm/internal/Lambda;)Ljava/lang/String;
}
public final class kotlin/jvm/internal/ShortCompanionObject {