From d9bfa029b0ecf300ae47cf1033db2d5cb323d705 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 19 Feb 2015 18:59:00 +0100 Subject: remove dependency of Location on a File; use more meaningful locations in tests --- test/data/format/overloadsWithDescription.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/data/format/overloadsWithDescription.html') diff --git a/test/data/format/overloadsWithDescription.html b/test/data/format/overloadsWithDescription.html index 4d43cb05..b29ca658 100644 --- a/test/data/format/overloadsWithDescription.html +++ b/test/data/format/overloadsWithDescription.html @@ -3,12 +3,12 @@ test / f -test /  / f
+test / f

f

fun f(x: Int): Unit
fun f(x: String): Unit
-

Performs an action on x.

+

Performs an action on x.

Description

This is a long description.


-- cgit