[FIR] Render diagnostics parameters instead of full text in debug messages (closer to old tests)

This commit is contained in:
Ivan Kochurkin
2021-05-20 18:28:50 +03:00
committed by TeamCityServer
parent 6de97e17fe
commit ef53f0e0b3
6 changed files with 23 additions and 6 deletions
@@ -6,7 +6,7 @@ class A() {
field = <!ASSIGNMENT_TYPE_MISMATCH!>value<!>
}
val y: Int
get(): <!WRONG_GETTER_RETURN_TYPE("Getter return type must be equal to the type of the property, i.e. 'kotlin/Int'")!>String<!> = "s"
get(): <!WRONG_GETTER_RETURN_TYPE("kotlin/Int; kotlin/String")!>String<!> = "s"
val z: Int
get() {
return "s"