From 2d9c4246bd10b4eef89d0e6f3e5c51d96e5ae86c Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Wed, 11 Oct 2017 19:09:00 +0300 Subject: [PATCH] Add explicit constructor to expect annotation --- libraries/kotlin.test/common/src/main/kotlin/org/junit/Test.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/kotlin.test/common/src/main/kotlin/org/junit/Test.kt b/libraries/kotlin.test/common/src/main/kotlin/org/junit/Test.kt index 53f5c6f165e..191bf07876d 100644 --- a/libraries/kotlin.test/common/src/main/kotlin/org/junit/Test.kt +++ b/libraries/kotlin.test/common/src/main/kotlin/org/junit/Test.kt @@ -1,4 +1,4 @@ package org.junit @Suppress("NO_ACTUAL_FOR_EXPECT") -expect annotation class Test +expect annotation class Test()