All files MutableInteger.ts

100% Statements 4/4
100% Branches 0/0
100% Functions 2/2
100% Lines 3/3
1 2 3 4 51x   4901x   1x
export class MutableInteger {
 
  constructor(public val:number) {
  }
}