[LL FIR] support lazy resolve for fake override declarations

^KT-58727 Fixed
This commit is contained in:
Dmitrii Gridin
2023-05-16 20:32:38 +02:00
committed by Space Team
parent 4472e1ae4e
commit ae1622d059
6 changed files with 26 additions and 16 deletions
@@ -1,3 +1,3 @@
open fun foo(): ERROR(empty body)
open fun foo(): kotlin.Int
open fun bar(): kotlin.Int
open fun bar(): kotlin.Int
@@ -17,9 +17,10 @@ KtFunctionSymbol:
name: foo
origin: DELEGATED
receiverParameter: null
returnType: KtTypeErrorType:
returnType: KtUsualClassType:
annotationsList: []
type: ERROR CLASS: empty body
ownTypeArguments: []
type: kotlin/Int
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: []