Reference dump of kotlin-runtime and kotlin-stdlib of 1.0.2-dev

New public implementation methods 'renderLambdaToString' which are called only from the same module.
This commit is contained in:
Ilya Gorbunov
2016-03-25 22:07:01 +03:00
parent 26e905e90e
commit 8888537137
@@ -852,6 +852,7 @@ 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 {
@@ -868,6 +869,7 @@ 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 {