[FIR] Render diagnostics parameters instead of full text in debug messages (closer to old tests)
This commit is contained in:
committed by
TeamCityServer
parent
6de97e17fe
commit
ef53f0e0b3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user