Minor: deprecation fix
This commit is contained in:
committed by
Mikhail Glukhikh
parent
0798e43524
commit
1efa45f79e
@@ -295,7 +295,7 @@ private fun collectImplementationMarkers(declaration: KtNamedDeclaration,
|
||||
anchor,
|
||||
anchor.textRange,
|
||||
KotlinIcons.FROM_HEADER,
|
||||
Pass.UPDATE_OVERRIDDEN_MARKERS,
|
||||
Pass.LINE_MARKERS,
|
||||
PLATFORM_IMPLEMENTATION.tooltip,
|
||||
PLATFORM_IMPLEMENTATION.navigationHandler,
|
||||
GutterIconRenderer.Alignment.RIGHT
|
||||
@@ -316,7 +316,7 @@ private fun collectHeaderMarkers(declaration: KtNamedDeclaration,
|
||||
anchor,
|
||||
anchor.textRange,
|
||||
KotlinIcons.FROM_IMPL,
|
||||
Pass.UPDATE_OVERRIDDEN_MARKERS,
|
||||
Pass.LINE_MARKERS,
|
||||
HEADER_DECLARATION.tooltip,
|
||||
HEADER_DECLARATION.navigationHandler,
|
||||
GutterIconRenderer.Alignment.RIGHT
|
||||
|
||||
Reference in New Issue
Block a user