Codebase list ohcount / 4fa67836-5fea-4473-87e4-bd80a2d5b1ae/main test / expected_dir / abstract_crystal.cr
4fa67836-5fea-4473-87e4-bd80a2d5b1ae/main

Tree @4fa67836-5fea-4473-87e4-bd80a2d5b1ae/main (Download .tar.gz)

abstract_crystal.cr @4fa67836-5fea-4473-87e4-bd80a2d5b1ae/mainraw · history · blame

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