[AA] DebugSymbolRenderer: move annotations and type arguments renderer befor type to avoid resolve race
^KT-56046
This commit is contained in:
committed by
Space Team
parent
d13ad454da
commit
72d8fa216a
+3
-3
@@ -8,9 +8,9 @@ KtSamConstructorSymbol:
|
||||
origin: SAM_CONSTRUCTOR
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
type: java/lang/Runnable
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: java/lang/Runnable
|
||||
symbolKind: SAM_CONSTRUCTOR
|
||||
typeParameters: []
|
||||
valueParameters: [
|
||||
@@ -29,14 +29,14 @@ KtSamConstructorSymbol:
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: KtFunctionalType:
|
||||
type: kotlin/Function0<kotlin/Unit>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtUsualClassType:
|
||||
type: kotlin/Unit
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Unit
|
||||
]
|
||||
type: kotlin/Function0<kotlin/Unit>
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescValueParameterSymbol
|
||||
|
||||
Reference in New Issue
Block a user