Annotate explicitly stdlib tests, which must be excluded from JS stdlib tests with @JvmVersion, do not use file naming convention, use preprocessor instead.

This commit is contained in:
Ilya Gorbunov
2016-10-18 19:08:53 +03:00
parent baccac30fb
commit badbcd08de
28 changed files with 67 additions and 19 deletions
@@ -14,6 +14,7 @@
* limitations under the License.
*/
@file:kotlin.jvm.JvmVersion
package test.numbers
import kotlin.test.*
@@ -1,3 +1,4 @@
@file:kotlin.jvm.JvmVersion
package test.numbers
import java.math.BigInteger
@@ -1,3 +1,4 @@
@file:kotlin.jvm.JvmVersion
package test.numbers
import java.math.BigDecimal