From f93ff9c31a815a448b03c3d76d21fd0a6d45c58d Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 10 Feb 2015 16:01:51 +0100 Subject: correctly render bounds of type parameters in declarations --- test/src/model/FunctionTest.kt | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/src/model') diff --git a/test/src/model/FunctionTest.kt b/test/src/model/FunctionTest.kt index c648cb55..e40777af 100644 --- a/test/src/model/FunctionTest.kt +++ b/test/src/model/FunctionTest.kt @@ -91,8 +91,6 @@ public class FunctionTest { assertEquals(DocumentationNode.Kind.TypeParameter, kind) assertEquals(Content.Empty, content) with(details.single()) { - assertEquals("R", name) - assertEquals("R", name) assertEquals("R", name) assertEquals(DocumentationNode.Kind.UpperBound, kind) assertEquals(Content.Empty, content) -- cgit