Errors encountered while analyzing are no longer ignored
This commit is contained in:
@@ -242,6 +242,8 @@ func (what Type) Describe () (description string) {
|
||||
description += "UInt"
|
||||
case &PrimitiveInt:
|
||||
description += "Int"
|
||||
case &BuiltInString:
|
||||
description += "String"
|
||||
|
||||
case nil:
|
||||
panic("invalid state: Type.actual is nil")
|
||||
|
||||
Reference in New Issue
Block a user