Files
kotlin-fork/compiler/testData/diagnostics/tests/evaluate/wrongLongSuffix.lazy.log
T
2014-11-11 18:35:39 +03:00

50 lines
2.2 KiB
Plaintext

DescriptorResolver@0 {
<name not found> = LongValue@1
<name not found> = LongValue@2
<name not found> = LongValue@3
<name not found> = LongValue@4
<name not found> = LongValue@5
<name not found> = LongValue@6
<name not found> = LongValue@7
<name not found> = LongValue@8
<name not found> = LongValue@9
<name not found> = LongValue@10
}
LazyJavaPackageFragmentProvider@11 {
packageFragments('<root>': FqName@12) = LazyJavaPackageFragment@13['<root>']
packageFragments('Int': FqName@14) = null
packageFragments('Long': FqName@15) = null
packageFragments('a1': FqName@16) = null
packageFragments('a10': FqName@17) = null
packageFragments('a2': FqName@18) = null
packageFragments('a3': FqName@19) = null
packageFragments('a4': FqName@20) = null
packageFragments('a5': FqName@21) = null
packageFragments('a6': FqName@22) = null
packageFragments('a7': FqName@23) = null
packageFragments('a8': FqName@24) = null
packageFragments('a9': FqName@25) = null
packageFragments('java': FqName@26) = LazyJavaPackageFragment@27['java']
packageFragments('java.lang': FqName@28) = LazyJavaPackageFragment@29['lang']
packageFragments('java.lang.Int': FqName@30) = null
packageFragments('java.lang.Long': FqName@31) = null
packageFragments('kotlin': FqName@32) = null
packageFragments('kotlin.Int': FqName@33) = null
packageFragments('kotlin.Long': FqName@34) = null
packageFragments('kotlin.io': FqName@35) = null
packageFragments('kotlin.jvm': FqName@36) = null
}
LazyJavaPackageFragment@13['<root>'] {
classes('Int': Name@37) = null // through LazyPackageFragmentScopeForJavaPackage@38
classes('Long': Name@39) = null // through LazyPackageFragmentScopeForJavaPackage@38
}
LazyJavaPackageFragment@27['java'] {
classes('lang': Name@40) = null // through LazyPackageFragmentScopeForJavaPackage@41
deserializedPackageScope = Empty@42 // through LazyPackageFragmentScopeForJavaPackage@41
functions('lang': Name@43) = EmptyList@44[empty] // through LazyPackageFragmentScopeForJavaPackage@41
memberIndex = computeMemberIndex$1@45 // through LazyPackageFragmentScopeForJavaPackage@41
}