yuki-kimoto / SPVM

SPVM Language
https://metacpan.org/pod/SPVM
MIT License
60 stars 14 forks source link

Allow my $self. #524

Open yuki-kimoto opened 2 months ago

yuki-kimoto commented 2 months ago
method foo : void () {
  my $self;
}