From d1937ab65bef189a48a55218a4194c0afb778053 Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Tue, 7 May 2019 14:30:25 +0200 Subject: Fix some tests --- core/testdata/format/overloads.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/testdata/format/overloads.html') diff --git a/core/testdata/format/overloads.html b/core/testdata/format/overloads.html index 377f079f..1545cb9f 100644 --- a/core/testdata/format/overloads.html +++ b/core/testdata/format/overloads.html @@ -12,8 +12,7 @@ -

f

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