diff --git a/compiler/frontend.java/src/org/jetbrains/jet/lang/resolve/java/sam/SingleAbstractMethodUtils.java b/compiler/frontend.java/src/org/jetbrains/jet/lang/resolve/java/sam/SingleAbstractMethodUtils.java index 09df97a0c74..ed9122d5327 100644 --- a/compiler/frontend.java/src/org/jetbrains/jet/lang/resolve/java/sam/SingleAbstractMethodUtils.java +++ b/compiler/frontend.java/src/org/jetbrains/jet/lang/resolve/java/sam/SingleAbstractMethodUtils.java @@ -54,7 +54,6 @@ public class SingleAbstractMethodUtils { return abstractMembers; } - // TODO maybe do this in substitutor? private static JetType fixProjections(@NotNull JetType functionType) { //removes redundant projection kinds and detects conflicts