Codebase list ohcount / lintian-fixes/main test / expected_dir / abstract_crystal.cr
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

abstract_crystal.cr @lintian-fixes/mainraw · history · blame

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