[SLC] LazyModifiersBox: fix typo
This commit is contained in:
committed by
Space Team
parent
bb51d62e0a
commit
0f29edec15
+2
-2
@@ -132,11 +132,11 @@ internal class LazyModifiersBox(
|
||||
ktModule: KtModule,
|
||||
declarationPointer: KtSymbolPointer<KtSymbolWithModality>,
|
||||
): PersistentMap<String, Boolean> {
|
||||
val visibility = analyzeForLightClasses(ktModule) {
|
||||
val modality = analyzeForLightClasses(ktModule) {
|
||||
declarationPointer.restoreSymbolOrThrowIfDisposed().computeSimpleModality()
|
||||
}
|
||||
|
||||
return MODALITY_MODIFIERS_MAP.with(visibility)
|
||||
return MODALITY_MODIFIERS_MAP.with(modality)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user