Add file content on analysis failure
Relates to #EA-222075
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
7bbe1ba8c2
commit
8ea7fc1d47
+1
@@ -120,6 +120,7 @@ private class KotlinIdeaResolutionException(
|
|||||||
})
|
})
|
||||||
for (element in resolvingWhat.elements.withIndex()) {
|
for (element in resolvingWhat.elements.withIndex()) {
|
||||||
withAttachment("element${element.index}.kt", element.value.text)
|
withAttachment("element${element.index}.kt", element.value.text)
|
||||||
|
withAttachment("file${element.index}.kt", element.value.containingFile.text)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user