Skip to content

Instantly share code, notes, and snippets.

@CvX
Created September 2, 2022 08:20
Show Gist options
  • Save CvX/c2e06fb4caea375e617f2a7ecad9a499 to your computer and use it in GitHub Desktop.
Save CvX/c2e06fb4caea375e617f2a7ecad9a499 to your computer and use it in GitHub Desktop.
class X {
@test prop = 1;
get something() {
return 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment