explicit internal modifier for JetWholeProjectForEachElementOfTypeFix in order to get rid ot the following error:
Cannot access effectively non-public-api private constructor JetWholeProjectForEachElementOfTypeFix, defined in org.jetbrains.kotlin.idea.quickfix.JetWholeProjectForEachElementOfTypeFix member from effectively public-api public final fun createForMultiTaskOnElement
This commit is contained in:
@@ -112,7 +112,7 @@ public abstract class JetWholeProjectModalByCollectionAction<TTask : Any>(modalT
|
|||||||
abstract fun collectTasksForFile(project: Project, file: JetFile, accumulator: MutableCollection<TTask>)
|
abstract fun collectTasksForFile(project: Project, file: JetFile, accumulator: MutableCollection<TTask>)
|
||||||
}
|
}
|
||||||
|
|
||||||
class JetWholeProjectForEachElementOfTypeFix<TTask : Any> private constructor(
|
internal class JetWholeProjectForEachElementOfTypeFix<TTask : Any> private constructor(
|
||||||
private val collectingVisitorFactory: (MutableCollection<TTask>) -> JetVisitorVoid,
|
private val collectingVisitorFactory: (MutableCollection<TTask>) -> JetVisitorVoid,
|
||||||
private val tasksProcessor: (Collection<TTask>) -> Unit,
|
private val tasksProcessor: (Collection<TTask>) -> Unit,
|
||||||
private val name: String,
|
private val name: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user