You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//>usingscala2.13.15implicitdefaString:String="a"implicitdeflengthOfString(implicits: String):Int= s.length
implicitdeftoLong(impliciti: Int):Long= i.toLong
deftoDouble(implicitl: Long):Double= l.toDouble
toDouble // the inlay hint only shows (toLong) but I expected it to show (toLong(lengthOfString(aString)))
Expected behavior
Implicit inlay hint should show (toLong(lengthOfString(aString))) for the toDouble call but only shows toLong
Operating system
Linux
Editor/Extension
VS Code
Version of Metals
v1.4.0
Extra context or search terms
inlay-hints, implicits
The text was updated successfully, but these errors were encountered:
Describe the bug
Expected behavior
Implicit inlay hint should show
(toLong(lengthOfString(aString)))
for thetoDouble
call but only showstoLong
Operating system
Linux
Editor/Extension
VS Code
Version of Metals
v1.4.0
Extra context or search terms
inlay-hints, implicits
The text was updated successfully, but these errors were encountered: