outdated comment
This commit is contained in:
@@ -442,8 +442,6 @@ class NamespaceComparator {
|
|||||||
new Serializer(sb).serializeCommaSeparated(new ArrayList<JetType>(klass.getTypeConstructor().getSupertypes()));
|
new Serializer(sb).serializeCommaSeparated(new ArrayList<JetType>(klass.getTypeConstructor().getSupertypes()));
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: constructors
|
|
||||||
|
|
||||||
sb.append(" {\n");
|
sb.append(" {\n");
|
||||||
|
|
||||||
List<TypeProjection> typeArguments = new ArrayList<TypeProjection>();
|
List<TypeProjection> typeArguments = new ArrayList<TypeProjection>();
|
||||||
|
|||||||
Reference in New Issue
Block a user