Closed mikemitchel closed 5 years ago
This PR fixes two issues - It warns when you have type or Type with a zero argument getter and also fixes Default to warn even when the the default value is falsey (currently it only warned when default had non-falsey values)
type
Type
getter
Default
default
closes #465 closes #466
This PR fixes two issues - It warns when you have
type
orType
with a zero argumentgetter
and also fixesDefault
to warn even when the the default value is falsey (currently it only warned whendefault
had non-falsey values)closes #465 closes #466