Advance max/min(By/With) deprecation level to ERROR
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// INTENTION_TEXT: "Replace with 'map{}.max()'"
|
||||
// INTENTION_TEXT_2: "Replace with 'asSequence().map{}.max()'"
|
||||
// INTENTION_TEXT: "Replace with 'map{}.maxOrNull()'"
|
||||
// INTENTION_TEXT_2: "Replace with 'asSequence().map{}.maxOrNull()'"
|
||||
fun getMaxLineWidth(count: Int): Double {
|
||||
var max = 0.0
|
||||
<caret>for (i in 0..count-1) {
|
||||
|
||||
Reference in New Issue
Block a user