This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
difftastic
mirror of
https://github.com/Wilfred/difftastic/
Watch
1
Star
0
Fork
You've already forked difftastic
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
267a2eaef3
difftastic
/
vendored_parsers
/
tree-sitter-hack
/
test
/
cases
/
declarations
/
enum.hack
10 lines
103 B
Plaintext
Raw
Blame
History
enum Enum: int {}
<<Beenum>>
enum Enum : int {
F1 = 1;
F2 = 8;
F3 = C::CONST;
F4 = 'a'.'b';
}
Reference in New Issue
View Git Blame
Copy Permalink