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:
committed by
Ilya Kirillov
parent
80b3e2eb69
commit
68e70769c8
+1
-1
@@ -1,2 +1,2 @@
|
||||
expression: av
|
||||
expected type: null
|
||||
expected type: ERROR CLASS: Unresolved name: av
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
expression: av
|
||||
expected type: null
|
||||
expected type: ERROR CLASS: Unresolved name: av
|
||||
|
||||
Reference in New Issue
Block a user