Suppress docs for org.junit.Test header in kotlin.test

This commit is contained in:
Simon Ogorodnik
2017-11-23 16:12:08 +03:00
parent 99951db7e3
commit fb3cf212ce
@@ -1,5 +1,6 @@
package org.junit
/** @suppress */
@Suppress("NO_ACTUAL_FOR_EXPECT")
@Deprecated("Use 'Test' from kotlin.test package",
replaceWith = ReplaceWith("kotlin.test.Test", "kotlin.test.Test"),