Skip to content

Instantly share code, notes, and snippets.

@scovit
Created July 3, 2018 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scovit/c59c2db453184e6c4f680071abc8cd95 to your computer and use it in GitHub Desktop.
Save scovit/c59c2db453184e6c4f680071abc8cd95 to your computer and use it in GitHub Desktop.
use NativeCall;
class Bugged is repr('CPointer') is export {
method of() { }
}
class Fine is repr('CPointer') is export {
method nana() { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment