Write patch version for VersionRequirement correctly

This commit is contained in:
Alexander Udalov
2017-10-10 12:18:59 +02:00
parent 6f2e6db131
commit 00c846a160
3 changed files with 14 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
package test
import kotlin.internal.RequireKotlin
@RequireKotlin("1.1.50", level = DeprecationLevel.HIDDEN)
class Klass