[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:
committed by
Space Team
parent
2cac922cd0
commit
b2c8d7e777
Vendored
+2
-2
@@ -3,12 +3,12 @@ FIR element: FirSimpleFunctionImpl
|
||||
FIR source kind: KtRealSourceElementKind
|
||||
|
||||
FIR element rendered:
|
||||
public final [ResolvedTo(BODY_RESOLVE)] fun test(): R|kotlin/String| {
|
||||
public final [ResolvedTo(BODY_RESOLVE)] fun test(): R|kotlin/String!| {
|
||||
^test R|/ClassWithExternalAnnotatedMembers.ClassWithExternalAnnotatedMembers|().R|/ClassWithExternalAnnotatedMembers.externalNotNullMethod|()
|
||||
}
|
||||
|
||||
FIR FILE:
|
||||
FILE: [ResolvedTo(IMPORTS)] usage.kt
|
||||
public final [ResolvedTo(BODY_RESOLVE)] fun test(): R|kotlin/String| {
|
||||
public final [ResolvedTo(BODY_RESOLVE)] fun test(): R|kotlin/String!| {
|
||||
^test R|/ClassWithExternalAnnotatedMembers.ClassWithExternalAnnotatedMembers|().R|/ClassWithExternalAnnotatedMembers.externalNotNullMethod|()
|
||||
}
|
||||
Reference in New Issue
Block a user