[JS IR BE] Support two versions of test runtime: full and reduced

This commit is contained in:
Svyatoslav Kuzmich
2019-01-23 16:28:12 +03:00
parent a40448aebc
commit 29eb3c745c
7 changed files with 258 additions and 139 deletions
+1
View File
@@ -6,4 +6,5 @@
package kotlin.io
// temporary for shared code, until we have an annotation like JvmSerializable
@Suppress("ACTUAL_WITHOUT_EXPECT")
internal actual interface Serializable