Finish support for callback aliases

cc #111
This commit is contained in:
Olivier Goffart 2021-06-07 17:59:11 +02:00 committed by Olivier Goffart
parent 3ddc3c6ce5
commit ce34ff87d0
12 changed files with 224 additions and 73 deletions

View file

@ -224,6 +224,8 @@ fn to_eval_value<'cx>(
Type::Enumeration(_) => todo!(),
Type::Invalid
| Type::Void
| Type::InferredProperty
| Type::InferredCallback
| Type::Builtin(_)
| Type::Native(_)
| Type::Function { .. }