basedpyright icon indicating copy to clipboard operation
basedpyright copied to clipboard

Inlay for inferred variance

Open KotlinIsland opened this issue 1 year ago • 1 comments

class[`out `T]:  # backtics denote inlay hint
    def foo(self) -> T:...

KotlinIsland avatar Aug 13 '24 18:08 KotlinIsland

related: #576

if we do that, then id rather the inlay hints match that syntax

DetachHead avatar Aug 14 '24 06:08 DetachHead