Minor: deprecation fix

This commit is contained in:
Mikhail Glukhikh
2017-05-02 16:04:21 +03:00
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