Support custom message in RequiresOptIn

#KT-34648 Fixed
This commit is contained in:
Alexander Udalov
2019-12-18 19:22:38 +01:00
parent 9187a85aaf
commit f954a6c812
41 changed files with 124 additions and 82 deletions
@@ -14,7 +14,7 @@ import kotlin.RequiresOptIn
// Usages with FQ names should be OK
@kotlin.RequiresOptIn(kotlin.RequiresOptIn.Level.ERROR)
@kotlin.RequiresOptIn(level = kotlin.RequiresOptIn.Level.ERROR)
annotation class M