mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 05:10:55 +00:00
ffi: shorthand for some java types
This commit is contained in:
@ -2,7 +2,7 @@ func java_system_err()
|
||||
native java "java.lang.System:static-getter:err:java.io.PrintStream"
|
||||
|
||||
func print_stream_println(stream, line)
|
||||
native java "java.io.PrintStream:virtual:println:void:java.lang.String"
|
||||
native java "java.io.PrintStream:virtual:println:void:String"
|
||||
|
||||
export func main() {
|
||||
let error = java_system_err()
|
||||
|
Reference in New Issue
Block a user