J2K KotlinJvmBinaryClass & AnnotationAndConstantLoader: convert

This commit is contained in:
Alexander Udalov
2016-04-06 14:48:31 +03:00
parent 9c7e4f3dcc
commit 2ab68d53fa
9 changed files with 93 additions and 112 deletions
@@ -57,7 +57,7 @@ class AnnotationLoaderForStubBuilderImpl(
override fun loadValueParameterAnnotations(
container: ProtoContainer,
message: MessageLite,
callableProto: MessageLite,
kind: AnnotatedCallableKind,
parameterIndex: Int,
proto: ProtoBuf.ValueParameter
@@ -66,7 +66,7 @@ class AnnotationLoaderForStubBuilderImpl(
override fun loadExtensionReceiverParameterAnnotations(
container: ProtoContainer,
message: MessageLite,
proto: MessageLite,
kind: AnnotatedCallableKind
): List<ClassId> = emptyList()