Fix Key Identifier and Value identifier in generic for loop using same type for debug string
This commit is contained in:
		| @@ -438,7 +438,7 @@ namespace Porygon::Binder { | ||||
|             DrawIndents(stream, indents); | ||||
|             stream << "Key: " << _keyIdentifier->GetIdentifier()->GetDebugString() << " (" << _keyIdentifier->GetType()->ToString() << ")" << endl; | ||||
|             DrawIndents(stream, indents); | ||||
|             stream << "Value: " << _valueIdentifier->GetIdentifier()->GetDebugString()  << " (" << _keyIdentifier->GetType()->ToString() << ")" << endl; | ||||
|             stream << "Value: " << _valueIdentifier->GetIdentifier()->GetDebugString()  << " (" << _valueIdentifier->GetType()->ToString() << ")" << endl; | ||||
|             DrawIndents(stream, indents); | ||||
|             stream << "Iterator:" << endl; | ||||
|             _iterator->GetTreeString(stream, indents + 1); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user