Classes: add test to enforce that self
is required inside a class
#2289
Labels
A-type-system
Area: Type system
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone
That is, test that if a class
C
has fieldx
, you have to refer toself.x
insideC
's methods, notx
by itself.The text was updated successfully, but these errors were encountered: