From f65fbf534807c168a81f4e80919680ca7dcff47b Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Fri, 24 Mar 2017 22:01:49 +0300 Subject: Tweak kws html format to match output of old format --- core/testdata/format/overloads.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/testdata/format/overloads.html') diff --git a/core/testdata/format/overloads.html b/core/testdata/format/overloads.html index 5e9bdbd3..d0f7f37d 100644 --- a/core/testdata/format/overloads.html +++ b/core/testdata/format/overloads.html @@ -12,7 +12,8 @@ -f +

f

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