8031359: Invocable.getInterface() works incorrectly if interface has default methods
Reviewed-by: attila, hannesw
99world1undefinedundefinedhelloScoping OKfunction cake() { print('moist and delicious!'); }moist and delicious!function cookie() { print('sweet and crunchy!'); }sweet and crunchy!