Codebase list ohcount / upstream/4.0.0 test / expected_dir / abstract_crystal.cr
upstream/4.0.0

Tree @upstream/4.0.0 (Download .tar.gz)

abstract_crystal.cr @upstream/4.0.0raw · history · blame

1
2
3
4
crystal	code	abstract class Animal
crystal	code	  abstract def talk
crystal	code	  end
crystal	code	end