[LL FIR] support lazy resolve for fake override declarations
^KT-58727 Fixed
This commit is contained in:
committed by
Space Team
parent
4472e1ae4e
commit
ae1622d059
+2
-2
@@ -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
|
||||
Vendored
+3
-2
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user