Test equals/hashCode/toString for function references
This commit is contained in:
@@ -55,7 +55,6 @@ object ReflectionObjectRenderer {
|
||||
}
|
||||
|
||||
fun renderFunction(descriptor: FunctionDescriptor): String {
|
||||
// TODO: add tests
|
||||
return StringBuilder {
|
||||
append("fun ")
|
||||
appendReceiversAndName(descriptor)
|
||||
|
||||
Reference in New Issue
Block a user