From 31c563355515b9d3983edb20064960786ed502a7 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Thu, 24 Nov 2016 14:34:11 +0300 Subject: Updated kotlin-compiler to 1.1-M03 and fixed configuration --- core/testdata/format/multipleTypeParameterConstraints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/testdata') diff --git a/core/testdata/format/multipleTypeParameterConstraints.md b/core/testdata/format/multipleTypeParameterConstraints.md index 14f048f4..74532ffe 100644 --- a/core/testdata/format/multipleTypeParameterConstraints.md +++ b/core/testdata/format/multipleTypeParameterConstraints.md @@ -2,4 +2,4 @@ # f -`fun f(): Unit where T : `[`Appendable`](http://docs.oracle.com/javase/6/docs/api/java/lang/Appendable.html)`, T : CharSequence` \ No newline at end of file +`fun f(): Unit` \ No newline at end of file -- cgit