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/sample.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'core/testdata/format/website-html/sample.html')
diff --git a/core/testdata/format/website-html/sample.html b/core/testdata/format/website-html/sample.html
index 55d321c0..d709edc4 100644
--- a/core/testdata/format/website-html/sample.html
+++ b/core/testdata/format/website-html/sample.html
@@ -6,7 +6,7 @@
applied to each element and returns a map where each group key is associated with a list of corresponding elements.
-fun main(args: Array) {
+fun main(args: Array<String>) {
//sampleStart
if (true) {
println(property)
--
cgit