From 1270519a551cd30e452d282247d2d963bc9c25ca Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 23 Feb 2017 11:18:44 +0100 Subject: Refactor SinceKotlin support to a more general "platform" mechanism --- core/testdata/format/sinceKotlin.html | 2 +- core/testdata/format/sinceKotlin.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'core/testdata') diff --git a/core/testdata/format/sinceKotlin.html b/core/testdata/format/sinceKotlin.html index 6f6a6896..eef5ca66 100644 --- a/core/testdata/format/sinceKotlin.html +++ b/core/testdata/format/sinceKotlin.html @@ -8,7 +8,7 @@

Since1.1

class Since1.1 -

Available since Kotlin: "1.1"

+

Platform and version requirements: Kotlin 1.1

Useful

Constructors

diff --git a/core/testdata/format/sinceKotlin.md b/core/testdata/format/sinceKotlin.md index cef04e74..a1abe5fd 100644 --- a/core/testdata/format/sinceKotlin.md +++ b/core/testdata/format/sinceKotlin.md @@ -4,7 +4,7 @@ `class Since1.1` -Available since Kotlin: `"1.1"` +**Platform and version requirements:** Kotlin 1.1 Useful -- cgit