Add tests for UInt, ULong

Opt-in to use unsigned types in tests
This commit is contained in:
Ilya Gorbunov
2018-07-18 14:40:19 +03:00
parent fb62507e51
commit fa2f1311d7
9 changed files with 230 additions and 5 deletions
+2 -1
View File
@@ -181,7 +181,8 @@ compileTestKotlin2Js {
kotlinOptions {
moduleKind = "umd"
freeCompilerArgs += [
"-XXLanguage:-ReleaseCoroutines"
"-XXLanguage:-ReleaseCoroutines",
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes"
]
}
}