[FIR] Add stage for resolve contract desription

This commit is contained in:
Dmitriy Novozhilov
2020-04-10 12:39:12 +03:00
parent 9b903b5e13
commit 452fb3e723
16 changed files with 468 additions and 8 deletions
@@ -12,6 +12,7 @@ enum class FirResolvePhase {
SEALED_CLASS_INHERITORS,
TYPES,
STATUS,
CONTRACTS,
IMPLICIT_TYPES_BODY_RESOLVE,
BODY_RESOLVE;