Classes: test that "regular" impls work for classes #2287
Labels
A-type-system
Area: Type system
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone
I already implemented the
class C implements D
syntax, but I also want to test to make sure that writing an impl item likeimpl X of Y for Z
works ifZ
is a class type.The text was updated successfully, but these errors were encountered: