File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed
Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ test.HelloWorldAbstract
6969
7070test/HelloWorldAbstract.hx :
7171``` haxe
72- @:keep
7372abstract HelloWorldAbstract(String) from String to String
7473{
7574 public static function rulescriptPrint():HelloWorldAbstract
Original file line number Diff line number Diff line change 11package ;
22
3+ import TestAbstract ;
34import rulescript .* ;
5+ import test .HelloWorldAbstract ;
46
57class Main
68{
Original file line number Diff line number Diff line change 11package ;
22
3- @:keep
43abstract TestAbstract (Test ) from Test to Test
54{
65 @:from
Original file line number Diff line number Diff line change 11package test ;
22
3- @:keep
43enum abstract HelloWorldAbstract (String ) from String to String
54{
65 public static function rulescriptPrint (): HelloWorldAbstract
You can’t perform that action at this time.
0 commit comments