Files
kotlin-fork/compiler/testData/codegen/box/functions/tailRecursion/sum.lazy.log
T
2014-11-10 17:24:04 +02:00

71 lines
4.6 KiB
Plaintext

DescriptorResolver@0 {
<name not found> = null
}
LazyAnnotationDescriptor@1 {
_resolutionResults = OverloadResolutionResultsImpl@2
_type = JetTypeImpl@3['tailRecursive']
}
LazyJavaPackageFragmentProvider@4 {
_packageFragments('<root>': FqName@5) = LazyJavaPackageFragment@6['<root>']
_packageFragments('Long': FqName@7) = null
_packageFragments('String': FqName@8) = null
_packageFragments('java': FqName@9) = LazyJavaPackageFragment@10['java']
_packageFragments('java.lang': FqName@11) = LazyJavaPackageFragment@12['lang']
_packageFragments('java.lang.Long': FqName@13) = null
_packageFragments('java.lang.String': FqName@14) = null
_packageFragments('java.lang.tailRecursive': FqName@15) = null
_packageFragments('kotlin': FqName@16) = null
_packageFragments('kotlin.Long': FqName@17) = null
_packageFragments('kotlin.String': FqName@18) = null
_packageFragments('kotlin.io': FqName@19) = null
_packageFragments('kotlin.jvm': FqName@20) = null
_packageFragments('kotlin.tailRecursive': FqName@21) = null
_packageFragments('tailRecursive': FqName@22) = null
}
LazyJavaPackageFragment@6['<root>'] {
_functions('equals': Name@23) = EmptyList@24[empty] // through LazyPackageFragmentScopeForJavaPackage@25
_functions('invoke': Name@26) = EmptyList@24[empty] // through LazyPackageFragmentScopeForJavaPackage@25
_functions('minus': Name@27) = EmptyList@24[empty] // through LazyPackageFragmentScopeForJavaPackage@25
_functions('plus': Name@28) = EmptyList@24[empty] // through LazyPackageFragmentScopeForJavaPackage@25
_functions('sum': Name@29) = EmptyList@24[empty] // through LazyPackageFragmentScopeForJavaPackage@25
_functions('toLong': Name@30) = EmptyList@24[empty] // through LazyPackageFragmentScopeForJavaPackage@25
classes('Long': Name@31) = null // through LazyPackageFragmentScopeForJavaPackage@25
classes('String': Name@32) = null // through LazyPackageFragmentScopeForJavaPackage@25
classes('equals': Name@23) = null // through LazyPackageFragmentScopeForJavaPackage@25
classes('invoke': Name@26) = null // through LazyPackageFragmentScopeForJavaPackage@25
classes('minus': Name@27) = null // through LazyPackageFragmentScopeForJavaPackage@25
classes('plus': Name@28) = null // through LazyPackageFragmentScopeForJavaPackage@25
classes('sum': Name@29) = null // through LazyPackageFragmentScopeForJavaPackage@25
classes('tailRecursive': Name@33) = null // through LazyPackageFragmentScopeForJavaPackage@25
classes('toLong': Name@30) = null // through LazyPackageFragmentScopeForJavaPackage@25
deserializedPackageScope = Empty@34 // through LazyPackageFragmentScopeForJavaPackage@25
memberIndex = computeMemberIndex$1@35 // through LazyPackageFragmentScopeForJavaPackage@25
}
LazyJavaPackageFragment@10['java'] {
_functions('lang': Name@36) = EmptyList@24[empty] // through LazyPackageFragmentScopeForJavaPackage@37
classes('lang': Name@38) = null // through LazyPackageFragmentScopeForJavaPackage@37
deserializedPackageScope = Empty@34 // through LazyPackageFragmentScopeForJavaPackage@37
memberIndex = computeMemberIndex$1@39 // through LazyPackageFragmentScopeForJavaPackage@37
}
LazyJavaPackageFragment@12['lang'] {
_functions('equals': Name@23) = EmptyList@24[empty] // through LazyPackageFragmentScopeForJavaPackage@40
_functions('invoke': Name@26) = EmptyList@24[empty] // through LazyPackageFragmentScopeForJavaPackage@40
_functions('minus': Name@27) = EmptyList@24[empty] // through LazyPackageFragmentScopeForJavaPackage@40
_functions('plus': Name@28) = EmptyList@24[empty] // through LazyPackageFragmentScopeForJavaPackage@40
_functions('sum': Name@29) = EmptyList@24[empty] // through LazyPackageFragmentScopeForJavaPackage@40
_functions('toLong': Name@30) = EmptyList@24[empty] // through LazyPackageFragmentScopeForJavaPackage@40
classes('equals': Name@23) = null // through LazyPackageFragmentScopeForJavaPackage@40
classes('invoke': Name@26) = null // through LazyPackageFragmentScopeForJavaPackage@40
classes('minus': Name@27) = null // through LazyPackageFragmentScopeForJavaPackage@40
classes('plus': Name@28) = null // through LazyPackageFragmentScopeForJavaPackage@40
classes('sum': Name@29) = null // through LazyPackageFragmentScopeForJavaPackage@40
classes('toLong': Name@30) = null // through LazyPackageFragmentScopeForJavaPackage@40
deserializedPackageScope = Empty@34 // through LazyPackageFragmentScopeForJavaPackage@40
memberIndex = computeMemberIndex$1@41 // through LazyPackageFragmentScopeForJavaPackage@40
}