Files
kotlin-fork/compiler/testData/codegen/box/functions/tailRecursion/sum.lazy.log
T
2014-11-11 18:35:39 +03:00

71 lines
4.5 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>'] {
classes('Long': Name@23) = null // through LazyPackageFragmentScopeForJavaPackage@24
classes('String': Name@25) = null // through LazyPackageFragmentScopeForJavaPackage@24
classes('equals': Name@26) = null // through LazyPackageFragmentScopeForJavaPackage@24
classes('invoke': Name@27) = null // through LazyPackageFragmentScopeForJavaPackage@24
classes('minus': Name@28) = null // through LazyPackageFragmentScopeForJavaPackage@24
classes('plus': Name@29) = null // through LazyPackageFragmentScopeForJavaPackage@24
classes('sum': Name@30) = null // through LazyPackageFragmentScopeForJavaPackage@24
classes('tailRecursive': Name@31) = null // through LazyPackageFragmentScopeForJavaPackage@24
classes('toLong': Name@32) = null // through LazyPackageFragmentScopeForJavaPackage@24
deserializedPackageScope = Empty@33 // through LazyPackageFragmentScopeForJavaPackage@24
functions('equals': Name@26) = EmptyList@34[empty] // through LazyPackageFragmentScopeForJavaPackage@24
functions('invoke': Name@27) = EmptyList@34[empty] // through LazyPackageFragmentScopeForJavaPackage@24
functions('minus': Name@28) = EmptyList@34[empty] // through LazyPackageFragmentScopeForJavaPackage@24
functions('plus': Name@29) = EmptyList@34[empty] // through LazyPackageFragmentScopeForJavaPackage@24
functions('sum': Name@30) = EmptyList@34[empty] // through LazyPackageFragmentScopeForJavaPackage@24
functions('toLong': Name@32) = EmptyList@34[empty] // through LazyPackageFragmentScopeForJavaPackage@24
memberIndex = computeMemberIndex$1@35 // through LazyPackageFragmentScopeForJavaPackage@24
}
LazyJavaPackageFragment@10['java'] {
classes('lang': Name@36) = null // through LazyPackageFragmentScopeForJavaPackage@37
deserializedPackageScope = Empty@33 // through LazyPackageFragmentScopeForJavaPackage@37
functions('lang': Name@38) = EmptyList@34[empty] // through LazyPackageFragmentScopeForJavaPackage@37
memberIndex = computeMemberIndex$1@39 // through LazyPackageFragmentScopeForJavaPackage@37
}
LazyJavaPackageFragment@12['lang'] {
classes('equals': Name@26) = null // through LazyPackageFragmentScopeForJavaPackage@40
classes('invoke': Name@27) = null // through LazyPackageFragmentScopeForJavaPackage@40
classes('minus': Name@28) = null // through LazyPackageFragmentScopeForJavaPackage@40
classes('plus': Name@29) = null // through LazyPackageFragmentScopeForJavaPackage@40
classes('sum': Name@30) = null // through LazyPackageFragmentScopeForJavaPackage@40
classes('toLong': Name@32) = null // through LazyPackageFragmentScopeForJavaPackage@40
deserializedPackageScope = Empty@33 // through LazyPackageFragmentScopeForJavaPackage@40
functions('equals': Name@26) = EmptyList@34[empty] // through LazyPackageFragmentScopeForJavaPackage@40
functions('invoke': Name@27) = EmptyList@34[empty] // through LazyPackageFragmentScopeForJavaPackage@40
functions('minus': Name@28) = EmptyList@34[empty] // through LazyPackageFragmentScopeForJavaPackage@40
functions('plus': Name@29) = EmptyList@34[empty] // through LazyPackageFragmentScopeForJavaPackage@40
functions('sum': Name@30) = EmptyList@34[empty] // through LazyPackageFragmentScopeForJavaPackage@40
functions('toLong': Name@32) = EmptyList@34[empty] // through LazyPackageFragmentScopeForJavaPackage@40
memberIndex = computeMemberIndex$1@41 // through LazyPackageFragmentScopeForJavaPackage@40
}