Loosen verifier around interface-invoke-super

We were being overly strict with interface-invoke-super and not
allowing an interface to invoke-super into its own methods without
going to the interpreter. This causes some scala programs to run
mostly in the interpreter. Our compiler is able to handle this
correctly so we should allow it without any soft-verification
failures.

Test: ./test.py --host
Bug: 140589303
Change-Id: I40d9510add5bbfd41d2e38b68973fce77880f7e6
1 file changed