Added const bodies and static body to the ast

and added inference the inference test

reduce code duplication
This commit is contained in:
Lenard Pratt 2019-03-30 11:17:31 +00:00
parent 7f3bf7cc73
commit 88e22e9d70
10 changed files with 180 additions and 91 deletions

View file

@ -74,5 +74,4 @@ pub use self::code_model_api::{
StructField, FieldSource,
Static, Const, ConstSignature,
Trait, TypeAlias,
};