ralf
03/06/2018, 2:39 AM.assertValueAt(2) {
it is ImageChangeEvent.ImageUpdated
&& it.position == 0
&& it.changedFields.contains(CollectImage.IMAGE_MODE)
&& it.image.imageMode == newImageMode
}
The Kotlin Lint plugin complaints about this with Line must not begin with "&&"
. Is this actually true? I couldn’t find anything in the coding conventionsCzar
03/06/2018, 2:00 PMralf
03/06/2018, 3:28 PM