These are common in tests ```java assertThat(foo).isNotNull(); foo.bar(); // <- will currently error ```