Files
kotlin-fork/compiler/testData/diagnostics/tests/scopes/AmbiguityBetweenRootAndPackage.lazy.log
T
2014-11-21 14:02:45 +03:00

52 lines
2.5 KiB
Plaintext

DescriptorResolver@0 {
<name not found> = ErrorTypeImpl@1
<name not found> = JetTypeImpl@2['Int']
<name not found> = JetTypeImpl@2['Int']
}
LazyJavaPackageFragmentProvider@3 {
packageFragments('<root>': FqName@4) = LazyJavaPackageFragment@5['<root>']
packageFragments('java': FqName@6) = LazyJavaPackageFragment@7['java']
packageFragments('java.lang': FqName@8) = LazyJavaPackageFragment@9['lang']
packageFragments('kotlin': FqName@10) = null
packageFragments('kotlin.io': FqName@11) = null
packageFragments('kotlin.jvm': FqName@12) = null
packageFragments('t': FqName@13) = null
packageFragments('test': FqName@14) = null
}
LazyJavaPackageFragment@5['<root>'] {
classes('test': Name@15) = null // through LazyPackageFragmentScopeForJavaPackage@16
classes('testFun': Name@17) = null // through LazyPackageFragmentScopeForJavaPackage@16
deserializedPackageScope = Empty@18 // through LazyPackageFragmentScopeForJavaPackage@16
functions('test': Name@19) = EmptyList@20[empty] // through LazyPackageFragmentScopeForJavaPackage@16
functions('testFun': Name@17) = EmptyList@20[empty] // through LazyPackageFragmentScopeForJavaPackage@16
memberIndex = computeMemberIndex$1@21 // through LazyPackageFragmentScopeForJavaPackage@16
}
LazyJavaPackageFragment@7['java'] {
classes('lang': Name@22) = null // through LazyPackageFragmentScopeForJavaPackage@23
deserializedPackageScope = Empty@18 // through LazyPackageFragmentScopeForJavaPackage@23
functions('lang': Name@24) = EmptyList@20[empty] // through LazyPackageFragmentScopeForJavaPackage@23
memberIndex = computeMemberIndex$1@25 // through LazyPackageFragmentScopeForJavaPackage@23
}
LazyJavaPackageFragment@9['lang'] {
classes('testFun': Name@17) = null // through LazyPackageFragmentScopeForJavaPackage@26
deserializedPackageScope = Empty@18 // through LazyPackageFragmentScopeForJavaPackage@26
functions('testFun': Name@17) = EmptyList@20[empty] // through LazyPackageFragmentScopeForJavaPackage@26
memberIndex = computeMemberIndex$1@27 // through LazyPackageFragmentScopeForJavaPackage@26
}
ResolutionTaskHolder@28 {
<name not found> = ArrayList@29[2] { ResolutionCandidate@30, ResolutionCandidate@31 }
<name not found> = EmptyList@20[empty]
<name not found> = EmptyList@20[empty]
}
null {
<name not found> = ArrayList@32[2] { ResolutionCandidate@30, ResolutionCandidate@31 }
<name not found> = EmptyList@20[empty]
<name not found> = EmptyList@20[empty]
}