outdated todo
This commit is contained in:
@@ -402,13 +402,6 @@ public class JetTypeMapper {
|
|||||||
|
|
||||||
private JvmMethodSignature mapSignature(FunctionDescriptor f, boolean needGenericSignature, OwnerKind kind) {
|
private JvmMethodSignature mapSignature(FunctionDescriptor f, boolean needGenericSignature, OwnerKind kind) {
|
||||||
|
|
||||||
for (ValueParameterDescriptor valueParameterDescriptor : f.getValueParameters()) {
|
|
||||||
if (valueParameterDescriptor.hasDefaultValue()) {
|
|
||||||
// TODO
|
|
||||||
needGenericSignature = false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (kind == OwnerKind.TRAIT_IMPL) {
|
if (kind == OwnerKind.TRAIT_IMPL) {
|
||||||
needGenericSignature = false;
|
needGenericSignature = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user