Update JS tests

This commit is contained in:
Mikhael Bogdanov
2021-07-13 08:56:08 +02:00
parent 1fe1c197ee
commit 5f3f2e762a
2 changed files with 2 additions and 2 deletions
@@ -27,7 +27,7 @@ fun toJsClass(kType: KType) = (kType.classifier as KClass<*>)?.js
@ExperimentalStdlibApi
fun box(): String {
return test(toJsClass(typeOf<B>())).test()
return test(toJsClass(typeOf<B>())!!).test()
}
// FILE: test.js