Files
pond/Pond.package/CarpCheckExample.class/instance/failingCarpChecker.st

6 lines
172 B
Smalltalk

examples
failingCarpChecker
^ CarpChecker new
carp: '/Users/veitheller/.local/bin/carp';
dir: '/Users/veitheller/Documents/Code/Github/carp/Carp/';
file: '(def x a)'