package simplecrash;

class SomeRandomClass {
    void randomStuff(LetItCrash letItCrash) {
        letItCrash.makeItLongerAndCrash();
    }
}
