Raise deprecation level for org.junit.Test in stdlib for common and JS
#KT-21703
This commit is contained in:
@@ -10,6 +10,6 @@ package org.junit
|
||||
@Deprecated(
|
||||
"Use 'Test' from kotlin.test package",
|
||||
replaceWith = ReplaceWith("kotlin.test.Test", "kotlin.test.Test"),
|
||||
level = DeprecationLevel.WARNING
|
||||
level = DeprecationLevel.ERROR
|
||||
)
|
||||
expect annotation class Test()
|
||||
|
||||
Reference in New Issue
Block a user