Files
kotlin-fork/compiler/testData/diagnostics/tests/enum/javaEnumWithNameClashing.lazy.log
T
Stanislav Erokhin b7c473f59e Update lazy.log files
2014-11-17 17:45:01 +03:00

167 lines
6.9 KiB
Plaintext

EnumEntrySyntheticClassDescriptor@0['<class-object-for-ANOTHER>'] {
defaultType = JetTypeImpl@1['enum entry']
properties('ENTRY': Name@2) = HashSet@3[1] { PropertyDescriptorImpl@4['ENTRY'] } // through EnumEntryScope@5
unsubstitutedInnerClassesScope = InnerClassesScopeWrapper@6
}
EnumEntrySyntheticClassDescriptor@7['<class-object-for-ENTRY>'] {
defaultType = JetTypeImpl@8['enum entry']
}
EnumEntrySyntheticClassDescriptor@9['ANOTHER'] {
defaultType = JetTypeImpl@10['enum entry']
properties('ENTRY': Name@2) = HashSet@11[1] { PropertyDescriptorImpl@12['ENTRY'] } // through EnumEntryScope@13
}
EnumEntrySyntheticClassDescriptor@14['ENTRY'] {
defaultType = JetTypeImpl@15['enum entry']
}
LazyJavaClassDescriptor@16['A'] {
defaultType = JetTypeImpl@17['A']
enumEntryIndex = LinkedHashMap@18 // through LazyJavaClassMemberScope@19
memberIndex = computeMemberIndex$1@20 // through LazyJavaClassMemberScope@19
memberIndex = computeMemberIndex$1@21 // through LazyJavaStaticClassScope@22
nestedClassIndex = LinkedHashMap@23 // through LazyJavaClassMemberScope@19
nestedClasses('ANOTHER': Name@24) = EnumEntrySyntheticClassDescriptor@9['ANOTHER'] // through LazyJavaClassMemberScope@19
nestedClasses('ENTRY': Name@25) = EnumEntrySyntheticClassDescriptor@14['ENTRY'] // through LazyJavaClassMemberScope@19
properties('ANOTHER': Name@24) = EmptyList@26[empty] // through LazyJavaClassMemberScope@19
properties('ANOTHER': Name@24) = EmptyList@26[empty] // through LazyJavaStaticClassScope@22
properties('ENTRY': Name@25) = ArrayList@27[1] { JavaPropertyDescriptor@28['ENTRY'] } // through LazyJavaClassMemberScope@19
properties('ENTRY': Name@25) = EmptyList@26[empty] // through LazyJavaStaticClassScope@22
thisAsReceiverParameter = LazyClassReceiverParameterDescriptor@29['<this>']
typeConstructor = LazyJavaClassTypeConstructor@30['A']
}
LazyJavaClassTypeConstructor@30['A'] {
parameters = ArrayList@31[empty]
supertypes = ArrayList@32[1] { LazyJavaClassifierType@33['Enum<A>'] }
}
LazyJavaClassifierType@34['A'] {
arguments = ArrayList@35[empty]
classifier = JavaClassImpl@36['A']
nullable = 'false': Boolean@37
typeConstructor = LazyJavaClassTypeConstructor@30['A']
}
LazyJavaClassifierType@38['A'] {
arguments = ArrayList@39[empty]
classifier = JavaClassImpl@36['A']
nullable = 'true': Boolean@40
typeConstructor = LazyJavaClassTypeConstructor@30['A']
}
LazyJavaClassifierType@33['Enum<A>'] {
arguments = ArrayList@41[1] { TypeProjectionImpl@42 }
classifier = JavaClassImpl@43['Enum']
memberScope = SubstitutingScope@44
typeConstructor = DeserializedClassTypeConstructor@45
}
LazyJavaClassifierType@46['String'] {
arguments = ArrayList@47[empty]
classifier = JavaClassImpl@48['String']
nullable = 'false': Boolean@37
typeConstructor = DeserializedClassTypeConstructor@49
}
LazyJavaClassifierType@50['String'] {
arguments = ArrayList@51[empty]
classifier = JavaClassImpl@48['String']
nullable = 'true': Boolean@40
typeConstructor = DeserializedClassTypeConstructor@49
}
LazyJavaPackageFragmentProvider@52 {
packageFragments('<root>': FqName@53) = LazyJavaPackageFragment@54['<root>']
packageFragments('A': FqName@55) = null
packageFragments('String': FqName@56) = null
packageFragments('java': FqName@57) = LazyJavaPackageFragment@58['java']
packageFragments('java.lang': FqName@59) = LazyJavaPackageFragment@60['lang']
packageFragments('java.lang.A': FqName@61) = null
packageFragments('java.lang.String': FqName@62) = null
packageFragments('kotlin': FqName@63) = null
packageFragments('kotlin.A': FqName@64) = null
packageFragments('kotlin.String': FqName@65) = null
packageFragments('kotlin.io': FqName@66) = null
packageFragments('kotlin.jvm': FqName@67) = null
topLevelClasses(JavaClassImpl@68['A']) = LazyJavaClassDescriptor@16['A']
}
LazyJavaPackageFragment@54['<root>'] {
classes('A': Name@69) = LazyJavaClassDescriptor@16['A'] // through LazyPackageFragmentScopeForJavaPackage@70
classes('String': Name@71) = null // through LazyPackageFragmentScopeForJavaPackage@70
deserializedPackageScope = Empty@72 // through LazyPackageFragmentScopeForJavaPackage@70
}
LazyJavaPackageFragment@58['java'] {
classes('lang': Name@73) = null // through LazyPackageFragmentScopeForJavaPackage@74
deserializedPackageScope = Empty@72 // through LazyPackageFragmentScopeForJavaPackage@74
functions('lang': Name@75) = EmptyList@26[empty] // through LazyPackageFragmentScopeForJavaPackage@74
memberIndex = computeMemberIndex$1@76 // through LazyPackageFragmentScopeForJavaPackage@74
}
LazyJavaPackageFragment@60['lang'] {
deserializedPackageScope = Empty@72 // through LazyPackageFragmentScopeForJavaPackage@77
}
ResolutionTaskHolder@78 {
<name not found> = ArrayList@79[1] { ResolutionCandidate@80 }
<name not found> = ArrayList@81[1] { ResolutionCandidate@80 }
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
}
ResolutionTaskHolder@82 {
<name not found> = ArrayList@83[1] { ResolutionCandidate@84 }
<name not found> = ArrayList@85[1] { ResolutionCandidate@84 }
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
}
ResolutionTaskHolder@86 {
<name not found> = ArrayList@87[1] { ResolutionCandidate@88 }
<name not found> = ArrayList@89[1] { ResolutionCandidate@88 }
}
ResolutionTaskHolder@90 {
<name not found> = ArrayList@91[2] { ResolutionCandidate@92, ResolutionCandidate@93 }
<name not found> = ArrayList@94[2] { ResolutionCandidate@92, ResolutionCandidate@93 }
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
}
ResolutionTaskHolder@95 {
<name not found> = ArrayList@96[2] { ResolutionCandidate@97, ResolutionCandidate@98 }
<name not found> = ArrayList@99[2] { ResolutionCandidate@97, ResolutionCandidate@98 }
}
ResolutionTaskHolder@100 {
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
}
ResolutionTaskHolder@101 {
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
<name not found> = EmptyList@26[empty]
}