Copy to interface just companion object public const properties
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ public enum TopDownAnalyzerFacadeForJVM {
|
||||
new FileBasedDeclarationProviderFactory(moduleContext.getStorageManager(), allFiles);
|
||||
|
||||
LookupTracker lookupTracker =
|
||||
incrementalCompilationComponents != null ? incrementalCompilationComponents.getLookupTracker() : LookupTracker.DO_NOTHING;
|
||||
incrementalCompilationComponents != null ? incrementalCompilationComponents.getLookupTracker() : LookupTracker.Companion.getDO_NOTHING();
|
||||
|
||||
List<TargetId> targetIds = null;
|
||||
if (modules != null) {
|
||||
|
||||
Reference in New Issue
Block a user