We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769152f commit 3744394Copy full SHA for 3744394
README.md
@@ -16,11 +16,13 @@ class FunctionCheckTest {
16
```
17
18
To run:
19
+
20
./gradlew jvmTest <---- passes
21
22
./gradlew jsTest <---- fails
23
24
Originally thought this was a bug with typealias, however the bug exists with functions.
25
26
Behavior is not consistent between platforms. JVM passes. JS & Native fail.
27
Only JS tests run on this project due to difficulty setting up tests. This has been observed to fail
-in the native environment.
28
+in the native environment.
0 commit comments