Advance deprecation level of Experimental and UseExperimental annotations to ERROR
This commit is contained in:
committed by
Space
parent
6b453963ef
commit
f0a75e7843
@@ -30,7 +30,6 @@ public inline infix fun kotlin.Byte.xor(other: kotlin.Byte): kotlin.Byte
|
||||
@kotlin.internal.InlineOnly
|
||||
public inline infix fun kotlin.Short.xor(other: kotlin.Short): kotlin.Short
|
||||
|
||||
@kotlin.Experimental(level = Level.ERROR)
|
||||
@kotlin.RequiresOptIn(level = Level.ERROR)
|
||||
@kotlin.annotation.MustBeDocumented
|
||||
@kotlin.annotation.Retention(value = AnnotationRetention.BINARY)
|
||||
|
||||
Reference in New Issue
Block a user