Codebase list ohcount / bullseye-backports/main test / expected_dir / abstract_crystal.cr
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

abstract_crystal.cr @bullseye-backports/mainraw · history · blame

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