On the recent exception Android Studio suggest me ...
# eap
d
On the recent exception Android Studio suggest me to send a report to Google, not to JB, but the stack trace contains these lines:
Copy code
null
java.util.ConcurrentModificationException
	at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
	at java.util.ArrayList$Itr.next(ArrayList.java:851)
	at com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection$WrappedIterator.next(AbstractMapBasedMultimap.java:486)
	at org.jetbrains.kotlin.resolve.BodyResolver.computeDeferredTypes(BodyResolver.java:886)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveBehaviorDeclarationBodies(BodyResolver.java:111)
Should I trust to the decision of the reporting tool and send it to the Google? // 1.0.4-eap-118-lj143-104