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

94 lines
5.7 KiB
Plaintext

LazyAnnotationDescriptor@0 {
resolutionResults = OverloadResolutionResultsImpl@1
type = JetTypeImpl@2['Ann']
valueArguments(ValueParameterDescriptorImpl@3['i']) = ArrayValue@4
}
LazyJavaClassDescriptor@5['Test'] {
<name not found> = IntValue@6 // through LazyJavaClassMemberScope@7
<name not found> = IntValue@8 // through LazyJavaStaticClassScope@9
<name not found> = IntValue@10 // through LazyJavaStaticClassScope@9
<name not found> = null // through LazyJavaStaticClassScope@9
constructors = ArrayList@11[1] { JavaConstructorDescriptor@12['<init>'] } // through LazyJavaClassMemberScope@7
defaultType = JetTypeImpl@13['Test']
enumEntryIndex = LinkedHashMap@14 // through LazyJavaClassMemberScope@7
functionTypeForSamInterface = null
memberIndex = computeMemberIndex$1@15 // through LazyJavaClassMemberScope@7
memberIndex = computeMemberIndex$1@16 // through LazyJavaStaticClassScope@9
nestedClassIndex = LinkedHashMap@17 // through LazyJavaClassMemberScope@7
nestedClasses('i1': Name@18) = null // through LazyJavaClassMemberScope@7
nestedClasses('i2': Name@19) = null // through LazyJavaClassMemberScope@7
nestedClasses('i3': Name@20) = null // through LazyJavaClassMemberScope@7
nestedClasses('i4': Name@21) = null // through LazyJavaClassMemberScope@7
nestedClasses('i5': Name@22) = null // through LazyJavaClassMemberScope@7
nestedClasses('i6': Name@23) = null // through LazyJavaClassMemberScope@7
nestedClasses('i7': Name@24) = null // through LazyJavaClassMemberScope@7
properties('i1': Name@18) = ArrayList@25[1] { JavaPropertyDescriptor@26['i1'] } // through LazyJavaStaticClassScope@9
properties('i1': Name@18) = EmptyList@27[empty] // through LazyJavaClassMemberScope@7
properties('i2': Name@19) = ArrayList@28[1] { JavaPropertyDescriptor@29['i2'] } // through LazyJavaStaticClassScope@9
properties('i2': Name@19) = EmptyList@27[empty] // through LazyJavaClassMemberScope@7
properties('i3': Name@20) = ArrayList@30[1] { JavaPropertyDescriptor@31['i3'] } // through LazyJavaStaticClassScope@9
properties('i3': Name@20) = EmptyList@27[empty] // through LazyJavaClassMemberScope@7
properties('i4': Name@21) = ArrayList@32[1] { JavaPropertyDescriptor@33['i4'] } // through LazyJavaStaticClassScope@9
properties('i4': Name@21) = EmptyList@27[empty] // through LazyJavaClassMemberScope@7
properties('i5': Name@22) = ArrayList@34[1] { JavaPropertyDescriptor@35['i5'] } // through LazyJavaStaticClassScope@9
properties('i5': Name@22) = EmptyList@27[empty] // through LazyJavaClassMemberScope@7
properties('i6': Name@23) = ArrayList@36[1] { JavaPropertyDescriptor@37['i6'] } // through LazyJavaStaticClassScope@9
properties('i6': Name@23) = EmptyList@27[empty] // through LazyJavaClassMemberScope@7
properties('i7': Name@24) = ArrayList@38[1] { JavaPropertyDescriptor@39['i7'] } // through LazyJavaClassMemberScope@7
thisAsReceiverParameter = LazyClassReceiverParameterDescriptor@40['<this>']
typeConstructor = LazyJavaClassTypeConstructor@41['Test']
}
LazyJavaClassTypeConstructor@41['Test'] {
parameters = ArrayList@42[empty]
supertypes = ArrayList@43[1] { JetTypeImpl@44['Any'] }
}
LazyJavaClassifierType@45['Object'] {
classifier = JavaClassImpl@46['Object']
typeConstructor = DeserializedClassTypeConstructor@47
}
LazyJavaPackageFragmentProvider@48 {
packageFragments('<root>': FqName@49) = LazyJavaPackageFragment@50['<root>']
packageFragments('A': FqName@51) = null
packageFragments('Ann': FqName@52) = null
packageFragments('Int': FqName@53) = null
packageFragments('Test': FqName@54) = null
packageFragments('java': FqName@55) = LazyJavaPackageFragment@56['java']
packageFragments('java.lang': FqName@57) = LazyJavaPackageFragment@58['lang']
packageFragments('java.lang.Ann': FqName@59) = null
packageFragments('java.lang.Int': FqName@60) = null
packageFragments('java.lang.Test': FqName@61) = null
packageFragments('kotlin': FqName@62) = null
packageFragments('kotlin.Ann': FqName@63) = null
packageFragments('kotlin.Int': FqName@64) = null
packageFragments('kotlin.Test': FqName@65) = null
packageFragments('kotlin.io': FqName@66) = null
packageFragments('kotlin.jvm': FqName@67) = null
topLevelClasses(JavaClassImpl@68['Test']) = LazyJavaClassDescriptor@5['Test']
}
LazyJavaPackageFragment@50['<root>'] {
classes('Int': Name@69) = null // through LazyPackageFragmentScopeForJavaPackage@70
classes('Test': Name@71) = LazyJavaClassDescriptor@5['Test'] // through LazyPackageFragmentScopeForJavaPackage@70
deserializedPackageScope = Empty@72 // through LazyPackageFragmentScopeForJavaPackage@70
functions('Test': Name@73) = EmptyList@27[empty] // through LazyPackageFragmentScopeForJavaPackage@70
memberIndex = computeMemberIndex$1@74 // through LazyPackageFragmentScopeForJavaPackage@70
}
LazyJavaPackageFragment@56['java'] {
classes('lang': Name@75) = null // through LazyPackageFragmentScopeForJavaPackage@76
deserializedPackageScope = Empty@72 // through LazyPackageFragmentScopeForJavaPackage@76
functions('lang': Name@77) = EmptyList@27[empty] // through LazyPackageFragmentScopeForJavaPackage@76
memberIndex = computeMemberIndex$1@78 // through LazyPackageFragmentScopeForJavaPackage@76
}
LazyJavaPackageFragment@58['lang'] {
classes('Test': Name@73) = null // through LazyPackageFragmentScopeForJavaPackage@79
deserializedPackageScope = Empty@72 // through LazyPackageFragmentScopeForJavaPackage@79
functions('Test': Name@73) = EmptyList@27[empty] // through LazyPackageFragmentScopeForJavaPackage@79
memberIndex = computeMemberIndex$1@80 // through LazyPackageFragmentScopeForJavaPackage@79
}