added todo comment

This commit is contained in:
Svetlana Isakova
2013-07-23 13:18:19 +04:00
parent fa1740a26e
commit 6bb768892f
@@ -72,6 +72,9 @@ public class ConstraintsUtil {
}
}
}
//todo
//fun <T> foo(t: T, consumer: Consumer<T>): T
//foo(1, c: Consumer<Any>) - infer Int, not Any here
for (JetType upperBound : typeConstraintsWithoutErrorTypes.getUpperBounds()) {
addToValuesIfDifferent(upperBound, values);