Add explicit constructor to expect annotation

This commit is contained in:
Ilya Gorbunov
2017-10-11 19:09:00 +03:00
parent ecfea9e340
commit 2d9c4246bd
@@ -1,4 +1,4 @@
package org.junit
@Suppress("NO_ACTUAL_FOR_EXPECT")
expect annotation class Test
expect annotation class Test()