[FIR] Render dot-separated FQNs instead of slash-separated ones in diagnostics

^KT-62030 fixed
This commit is contained in:
Ilya Kirillov
2023-09-21 20:19:46 +02:00
committed by Space Team
parent b119b4de02
commit d98da87278
92 changed files with 146 additions and 130 deletions
@@ -1,13 +1,13 @@
/localVariables.fir.kt:(401,409): error: 'val' cannot be reassigned.
/localVariables.fir.kt:(412,418): error: Assignment type mismatch: actual type is 'kotlin/String', but 'StringProperty' was expected.
/localVariables.fir.kt:(412,418): error: Assignment type mismatch: actual type is 'kotlin.String', but 'StringProperty' was expected.
/localVariables.fir.kt:(521,529): error: 'val' cannot be reassigned.
/localVariables.fir.kt:(673,679): error: Assignment type mismatch: actual type is 'kotlin/String', but 'StringProperty' was expected.
/localVariables.fir.kt:(673,679): error: Assignment type mismatch: actual type is 'kotlin.String', but 'StringProperty' was expected.
/localVariables.fir.kt:(917,925): error: 'val' cannot be reassigned.
/localVariables.fir.kt:(928,934): error: Assignment type mismatch: actual type is 'kotlin/String', but 'StringProperty' was expected.
/localVariables.fir.kt:(928,934): error: Assignment type mismatch: actual type is 'kotlin.String', but 'StringProperty' was expected.
/localVariables.fir.kt:(995,1003): error: 'val' cannot be reassigned.
@@ -10,4 +10,4 @@
/methodDeclaration.fir.kt:(870,875): error: 'val' cannot be reassigned.
/methodDeclaration.fir.kt:(878,880): error: Assignment type mismatch: actual type is 'kotlin/Int', but '<local>/IntProperty' was expected.
/methodDeclaration.fir.kt:(878,880): error: Assignment type mismatch: actual type is 'kotlin.Int', but '<local>.IntProperty' was expected.
@@ -1,19 +1,19 @@
/noAnnotation.fir.kt:(424,429): error: 'val' cannot be reassigned.
/noAnnotation.fir.kt:(432,436): error: Assignment type mismatch: actual type is 'kotlin/String', but 'StringProperty' was expected.
/noAnnotation.fir.kt:(432,436): error: Assignment type mismatch: actual type is 'kotlin.String', but 'StringProperty' was expected.
/noAnnotation.fir.kt:(446,451): error: 'val' cannot be reassigned.
/noAnnotation.fir.kt:(500,505): error: 'val' cannot be reassigned.
/noAnnotation.fir.kt:(508,512): error: Assignment type mismatch: actual type is 'kotlin/String', but 'StringProperty' was expected.
/noAnnotation.fir.kt:(508,512): error: Assignment type mismatch: actual type is 'kotlin.String', but 'StringProperty' was expected.
/noAnnotation.fir.kt:(544,549): error: 'val' cannot be reassigned.
/noAnnotation.fir.kt:(588,593): error: 'val' cannot be reassigned.
/noAnnotation.fir.kt:(596,598): error: Assignment type mismatch: actual type is 'kotlin/Int', but 'StringProperty' was expected.
/noAnnotation.fir.kt:(596,598): error: Assignment type mismatch: actual type is 'kotlin.Int', but 'StringProperty' was expected.
/noAnnotation.fir.kt:(624,629): error: 'val' cannot be reassigned.
/noAnnotation.fir.kt:(632,634): error: Assignment type mismatch: actual type is 'kotlin/Int', but 'StringProperty' was expected.
/noAnnotation.fir.kt:(632,634): error: Assignment type mismatch: actual type is 'kotlin.Int', but 'StringProperty' was expected.