Beispiel #1
0
 @Test
 public void canInferTypeOfUnitLiteralsAsUnit() {
   assertThat(inferType(Nodes.unit()), isType(CoreTypes.UNIT));
 }