[FIR] Unify diagnostic message in FIR dump for syntax error between PSI and LT

This commit is contained in:
Dmitriy Novozhilov
2023-02-13 18:08:00 +02:00
committed by Space Team
parent aef9b129d2
commit 8e3022452e
4 changed files with 7 additions and 7 deletions
@@ -1,3 +1,3 @@
fun f(p: (kotlin.Int, ERROR_TYPE(Symbol not found for p2)) -> ERROR(Unwrapped type is null), `<no name provided>`: ERROR(No type for parameter))
fun f(p: (kotlin.Int, ERROR_TYPE(Symbol not found for p2)) -> ERROR(Incomplete code), `<no name provided>`: ERROR(No type for parameter))
fun `<no name provided>`()
@@ -50,9 +50,9 @@ KtFunctionSymbol:
type: ERROR_TYPE
KtTypeErrorType:
annotationsList: []
type: ERROR CLASS: Unwrapped type is null
type: ERROR CLASS: Incomplete code
]
type: kotlin/Function2<kotlin/Int, ERROR CLASS: Symbol not found for p2, ERROR CLASS: Unwrapped type is null>
type: kotlin/Function2<kotlin/Int, ERROR CLASS: Symbol not found for p2, ERROR CLASS: Incomplete code>
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -81,4 +81,4 @@ KtFunctionSymbol:
]
visibility: Public
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null