[FIR] Make diagnostics collectors returns List instead of Iterable
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ internal abstract class AbstractFirIdeDiagnosticsCollector(
|
||||
checkCanceled()
|
||||
}
|
||||
|
||||
override fun getCollectedDiagnostics(): Iterable<FirDiagnostic<*>> {
|
||||
override fun getCollectedDiagnostics(): List<FirDiagnostic<*>> {
|
||||
// Not necessary in IDE
|
||||
return emptyList()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user