Panic on expected interface method implemented as internal. #4169
Labels
bug - type 0
compiler halts or panics instead of generating code
bug - typechecker
issue with typechecker
bug - UX
a bug related to UX
Milestone
Version Information
What's your issue about?
Given an interface file
foo.vyi
if the interface is imported and implemented in a module:
Not using the external modifier makes the compiler panic.
The text was updated successfully, but these errors were encountered: