[FIR] Remove or replace whole expressions in FIR diagnostic messages
FIR expressions rendered by FirRenderer don't look very nice in error messages anyway, and additionally, they can become arbitrarily large, so we shouldn't use them in messages. #KT-59449 Fixed
This commit is contained in:
committed by
Space Team
parent
0f0f0d604f
commit
6318da0f02
@@ -0,0 +1,7 @@
|
||||
// RENDER_DIAGNOSTICS_FULL_TEXT
|
||||
|
||||
fun String?.repro(): Boolean {
|
||||
return this?.let {
|
||||
return false
|
||||
} == true
|
||||
}
|
||||
Reference in New Issue
Block a user