Show function return type hint in the end of parameter list
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ private enum class HintType(desc: String, enabled: Boolean) {
|
|||||||
namedFunc ->
|
namedFunc ->
|
||||||
namedFunc.valueParameterList?.let {
|
namedFunc.valueParameterList?.let {
|
||||||
paramList ->
|
paramList ->
|
||||||
return provideTypeHint(namedFunc, paramList.startOffset)
|
return provideTypeHint(namedFunc, paramList.endOffset)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return emptyList()
|
return emptyList()
|
||||||
|
|||||||
Reference in New Issue
Block a user