FIR: add test with minOf ambiguity
This commit is contained in:
committed by
teamcityserver
parent
ee0b64cb29
commit
e924ee3150
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
interface DailyAggregatedDoubleFactor
|
||||
|
||||
private fun DailyAggregatedDoubleFactor.aggregateBy(reduce: (Double, Double) -> Double): Map<String, Double> {
|
||||
return mutableMapOf<String, Double>()
|
||||
}
|
||||
|
||||
fun DailyAggregatedDoubleFactor.aggregateMin(): Map<String, Double> = aggregateBy(::<!OVERLOAD_RESOLUTION_AMBIGUITY!>minOf<!>)
|
||||
Reference in New Issue
Block a user