func runtime.assertE2I2

2 uses

	runtime (current package)
		iface.go#L494: func assertE2I2(inter *interfacetype, e eface) (r iface, b bool) {
		mfinal.go#L401: 		if _, ok := assertE2I2(ityp, *efaceOf(&obj)); ok {