From b697931315234ca74767ce26e2e9b03b46e4ad21 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Tue, 25 Apr 2017 18:18:19 +0300 Subject: Fix escaping in samples for KWS HTML format --- core/testdata/format/website-html/newLinesInSamples.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/testdata/format/website-html/newLinesInSamples.html') diff --git a/core/testdata/format/website-html/newLinesInSamples.html b/core/testdata/format/website-html/newLinesInSamples.html index 0babe122..ab70140d 100644 --- a/core/testdata/format/website-html/newLinesInSamples.html +++ b/core/testdata/format/website-html/newLinesInSamples.html @@ -4,7 +4,7 @@
fun foo(): Unit

 
-fun main(args: Array) {
+fun main(args: Array<String>) {
 //sampleStart
 val words = listOf("a", "abc", "ab", "def", "abcd")
 val byLength = words.groupBy { it.length }
-- 
cgit