Test equals/hashCode/toString for function references

This commit is contained in:
Alexander Udalov
2015-07-10 16:27:11 +03:00
parent f8815d9450
commit 16b5b95556
5 changed files with 73 additions and 7 deletions
@@ -55,7 +55,6 @@ object ReflectionObjectRenderer {
}
fun renderFunction(descriptor: FunctionDescriptor): String {
// TODO: add tests
return StringBuilder {
append("fun ")
appendReceiversAndName(descriptor)