Codebase list ohcount / fresh-snapshots/upstream test / expected_dir / abstract_crystal.cr
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

abstract_crystal.cr @fresh-snapshots/upstreamraw · history · blame

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