Merge ConstantExpressionEvaluator and CompileTimeConstantResolver
This commit is contained in:
@@ -69,7 +69,7 @@ fun box(): String {
|
||||
list7.add(i)
|
||||
if (list7.size() > 23) break
|
||||
}
|
||||
if (list7 != listOf<Float>(4.0, 4.5, 5.0, 5.5)) {
|
||||
if (list7 != listOf<Float>(4.0.toFloat(), 4.5.toFloat(), 5.0.toFloat(), 5.5.toFloat())) {
|
||||
return "Wrong elements for 4.0.toFloat()..5.8.toFloat() step 0.5.toFloat(): $list7"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user