expect method

T expect(
  1. String msg
)

Implementation

T expect(String msg) {
  return v;
}