File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ class LocalFunctionExceptions {
7777
7878 try {
7979 localFunction ();
80- } catch (e : String ) {
80+ } catch (e : Dynamic ) {
8181 if (e == ' Thrown from static' ) {
8282 return Ok ;
8383 } else {
@@ -95,7 +95,7 @@ class LocalFunctionExceptions {
9595
9696 try {
9797 localFunction ();
98- } catch (e : String ) {
98+ } catch (e : Dynamic ) {
9999 if (e == ' Thrown from static' ) {
100100 return Ok ;
101101 } else {
@@ -113,7 +113,7 @@ class LocalFunctionExceptions {
113113
114114 try {
115115 localFunction ();
116- } catch (e : String ) {
116+ } catch (e : Dynamic ) {
117117 if (e == ' Thrown from static' ) {
118118 return Ok ;
119119 } else {
Original file line number Diff line number Diff line change 33-D dll_export=host_classes.info
44-L utest
55--dce no
6- --cpp bin
6+ --cpp bin
7+ -D HXCPP_CATCH_SEGV
You can’t perform that action at this time.
0 commit comments