kotlin-test: change actual package name for test annotation typealiases

to avoid potential split package situation
This commit is contained in:
Ilya Gorbunov
2018-02-12 14:16:19 +03:00
parent dfa6fc7d48
commit 8c8caa4707
2 changed files with 4 additions and 15 deletions
@@ -5,7 +5,7 @@
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
@file:JvmPackageName("kotlin.test.annotations")
@file:JvmPackageName("kotlin.test.testng.annotations")
package kotlin.test
public actual typealias Test = org.testng.annotations.Test