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
│ mismatched types. expected `Capability<&{A.ee82856bf20e2aa6.FungibleToken.Receiver}>`, got `Capability<&{S./my/local/path/contracts/standard/FungibleToken.cdc.FungibleToken.Receiver}>` [147, 48] when using file based import import FungibleToken from "../bla/bla/FungibleToken.cdc"
Current Behavior
│ mismatched types. expected `Capability<&{A.ee82856bf20e2aa6.FungibleToken.Receiver}>`, got `Capability<&{S.FungibleToken.FungibleToken.Receiver}>` [51, 52]
//when using import "FungibleToken"│ mismatched types. expected `Capability<&{A.ee82856bf20e2aa6.FungibleToken.Receiver}>`, got `Capability<&{S./my/local/path/contracts/standard/FungibleToken.cdc.FungibleToken.Receiver}>` [147, 48]
when using file based import import FungibleToken from "../bla/bla/FungibleToken.cdc"Expected Behavior
This is not an error
Steps To Reproduce
Open this file with new ls via flow-cli in feature/stable-cadence. I have setup cadence-lsp in Nvim with https://github.com/findonflow/find/tree/feat/stable-cadence
the flow binary here is a self built one from HEAD of feature/stable-cadence
Environment
The text was updated successfully, but these errors were encountered: