mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
C: fix Function.get when getting function from different class
This commit is contained in:
parent
f1d83ad9d3
commit
289bfc9488
|
@ -96,6 +96,7 @@ public class FunctionIntrinsic implements Intrinsic {
|
|||
return;
|
||||
}
|
||||
|
||||
context.importMethod(method, true);
|
||||
context.writer().print("&").print(context.names().forMethod(method));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user