[FIR] do not treat external ide annotations as real one

Such annotations are supposed to affect only diagnostic warnings

^KT-62310 Fixed
This commit is contained in:
Dmitrii Gridin
2023-10-05 12:38:35 +02:00
committed by Space Team
parent 2cac922cd0
commit b2c8d7e777
19 changed files with 348 additions and 29 deletions
@@ -1 +0,0 @@
open fun foo(): kotlin.String!
@@ -1 +1 @@
open fun foo(): kotlin.String
open fun foo(): kotlin.String!
@@ -22,10 +22,9 @@ KtFunctionSymbol:
name: foo
origin: JAVA
receiverParameter: null
returnType: KtUsualClassType:
returnType: KtFlexibleType:
annotationsList: []
ownTypeArguments: []
type: @EnhancedNullability kotlin/String
type: kotlin/String!
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: []