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

76 lines
4.1 KiB
Plaintext

LazyAnnotationDescriptor@0 {
resolutionResults = OverloadResolutionResultsImpl@1
type = JetTypeImpl@2['tailRecursive']
}
LazyJavaClassDescriptor@3['Exception'] {
typeConstructor = LazyJavaClassTypeConstructor@4['Exception']
}
LazyJavaClassTypeConstructor@4['Exception'] {
parameters = ArrayList@5[empty]
supertypes = ArrayList@6[1] { LazyJavaClassifierType@7['Throwable'] }
}
LazyJavaClassifierType@7['Throwable'] {
arguments = ArrayList@8[empty]
classifier = JavaClassImpl@9['Throwable']
typeConstructor = DeserializedClassTypeConstructor@10
}
LazyJavaPackageFragmentProvider@11 {
packageFragments('<root>': FqName@12) = LazyJavaPackageFragment@13['<root>']
packageFragments('Boolean': FqName@14) = null
packageFragments('Exception': FqName@15) = null
packageFragments('String': FqName@16) = null
packageFragments('Unit': FqName@17) = null
packageFragments('java': FqName@18) = LazyJavaPackageFragment@19['java']
packageFragments('java.lang': FqName@20) = LazyJavaPackageFragment@21['lang']
packageFragments('java.lang.Boolean': FqName@22) = null
packageFragments('java.lang.Exception': FqName@23) = null
packageFragments('java.lang.String': FqName@24) = null
packageFragments('java.lang.Unit': FqName@25) = null
packageFragments('java.lang.tailRecursive': FqName@26) = null
packageFragments('kotlin': FqName@27) = null
packageFragments('kotlin.Boolean': FqName@28) = null
packageFragments('kotlin.Exception': FqName@29) = null
packageFragments('kotlin.String': FqName@30) = null
packageFragments('kotlin.Unit': FqName@31) = null
packageFragments('kotlin.io': FqName@32) = null
packageFragments('kotlin.jvm': FqName@33) = null
packageFragments('kotlin.tailRecursive': FqName@34) = null
packageFragments('tailRecursive': FqName@35) = null
topLevelClasses(JavaClassImpl@36['Exception']) = LazyJavaClassDescriptor@3['Exception']
}
LazyJavaPackageFragment@13['<root>'] {
classes('Boolean': Name@37) = null // through LazyPackageFragmentScopeForJavaPackage@38
classes('Exception': Name@39) = null // through LazyPackageFragmentScopeForJavaPackage@38
classes('String': Name@40) = null // through LazyPackageFragmentScopeForJavaPackage@38
classes('Unit': Name@41) = null // through LazyPackageFragmentScopeForJavaPackage@38
classes('not': Name@42) = null // through LazyPackageFragmentScopeForJavaPackage@38
classes('tailRecursive': Name@43) = null // through LazyPackageFragmentScopeForJavaPackage@38
classes('test': Name@44) = null // through LazyPackageFragmentScopeForJavaPackage@38
deserializedPackageScope = Empty@45 // through LazyPackageFragmentScopeForJavaPackage@38
functions('not': Name@42) = EmptyList@46[empty] // through LazyPackageFragmentScopeForJavaPackage@38
functions('test': Name@44) = EmptyList@46[empty] // through LazyPackageFragmentScopeForJavaPackage@38
memberIndex = computeMemberIndex$1@47 // through LazyPackageFragmentScopeForJavaPackage@38
}
LazyJavaPackageFragment@19['java'] {
classes('lang': Name@48) = null // through LazyPackageFragmentScopeForJavaPackage@49
deserializedPackageScope = Empty@45 // through LazyPackageFragmentScopeForJavaPackage@49
functions('lang': Name@50) = EmptyList@46[empty] // through LazyPackageFragmentScopeForJavaPackage@49
memberIndex = computeMemberIndex$1@51 // through LazyPackageFragmentScopeForJavaPackage@49
}
LazyJavaPackageFragment@21['lang'] {
classes('Exception': Name@39) = LazyJavaClassDescriptor@3['Exception'] // through LazyPackageFragmentScopeForJavaPackage@52
classes('not': Name@42) = null // through LazyPackageFragmentScopeForJavaPackage@52
classes('test': Name@44) = null // through LazyPackageFragmentScopeForJavaPackage@52
deserializedPackageScope = Empty@45 // through LazyPackageFragmentScopeForJavaPackage@52
functions('not': Name@42) = EmptyList@46[empty] // through LazyPackageFragmentScopeForJavaPackage@52
functions('test': Name@44) = EmptyList@46[empty] // through LazyPackageFragmentScopeForJavaPackage@52
memberIndex = computeMemberIndex$1@53 // through LazyPackageFragmentScopeForJavaPackage@52
}