Build and package kotlin-test-js with gradle

This commit is contained in:
Ilya Gorbunov
2017-03-24 03:55:17 +03:00
parent 49ce11f363
commit 8fd8310033
4 changed files with 55 additions and 35 deletions
@@ -1,18 +0,0 @@
package kotlin.internal
/**
* The value of this type parameter should be mentioned in input types (argument types, receiver type or expected type).
*/
@Suppress("HEADER_WITHOUT_IMPLEMENTATION")
@Target(AnnotationTarget.TYPE_PARAMETER)
@Retention(AnnotationRetention.BINARY)
internal header annotation class OnlyInputTypes
/**
* Specifies that this function should not be called directly without inlining
*/
@Suppress("HEADER_WITHOUT_IMPLEMENTATION")
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.BINARY)
internal header annotation class InlineOnly