FIR IDE: return error type for expressions if needed

It seems unnatural to filter out error types, given that KtType does
have a way to represent unresolved types.
This commit is contained in:
Tianyu Geng
2021-10-07 11:47:30 -07:00
committed by Ilya Kirillov
parent 80b3e2eb69
commit 68e70769c8
3 changed files with 3 additions and 3 deletions
@@ -1,2 +1,2 @@
expression: av
expected type: null
expected type: ERROR CLASS: Unresolved name: av
@@ -1,2 +1,2 @@
expression: av
expected type: null
expected type: ERROR CLASS: Unresolved name: av