Hey, I am having an issue with the `@Throws` annot...
# kotlin-native
a
Hey, I am having an issue with the
@Throws
annotation. I have implemented it as described in this thread https://kotlinlang.slack.com/archives/C3SGXARS6/p1541595589233800. During
:linkDebugTestIos
I get an exception on a test class which is testing a method with the annotation.
java.lang.IllegalStateException: Arrays of class literals are not supported yet
Does anyone have any ideas about this? Any help would be greatly appreciated.
s