basedmypy icon indicating copy to clipboard operation
basedmypy copied to clipboard

Only show any expr errors from resultant expressions, not intermediate expressions

Open KotlinIsland opened this issue 2 years ago • 0 comments

a: list[Any] = []
a.clear()  # expect no error
a  # expect error

KotlinIsland avatar Oct 25 '23 06:10 KotlinIsland