JVM_IR Minor: remove outdated TODO

This commit is contained in:
Dmitry Petrov
2021-10-07 13:07:55 +03:00
committed by teamcityserver
parent 005d3b1f6f
commit e0c2a2efd7
@@ -125,10 +125,6 @@ internal class LambdaMetafactoryArgumentsBuilder(
abiHazard = true
}
// TODO in cases where LambdaMetafactory is unusable directly due to problems with the implementation function,
// we can still avoid generating an entire class by converting the function reference into a lambda first;
// see `InlineCallableReferenceToLambdaPhase`
val implFun = reference.symbol.owner
if (implFun.typeParameters.any { it.isReified }) {