[FIR IDE] Add ReadWriteAccessChecker FIR stub

This commit is contained in:
Igor Yakovlev
2020-09-09 16:22:34 +03:00
parent 7a19bc32a7
commit 16d51eb510
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,9 @@
/*
* Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.idea.references
//TODO Make valid FIR implementation
class ReadWriteAccessCheckerDescriptorsFirImpl : ReadWriteAccessChecker
+3
View File
@@ -211,6 +211,9 @@ The Kotlin FIR plugin provides language support in IntelliJ IDEA and Android Stu
<lang.findUsagesProvider language="kotlin" implementationClass="org.jetbrains.kotlin.idea.findUsages.KotlinFindUsagesProviderBase"/>
<applicationService serviceInterface="org.jetbrains.kotlin.idea.references.ReadWriteAccessChecker"
serviceImplementation="org.jetbrains.kotlin.idea.references.ReadWriteAccessCheckerDescriptorsFirImpl"/>
<gotoDeclarationHandler implementation="org.jetbrains.kotlin.idea.search.ideaExtensions.KotlinImportAliasGotoDeclarationHandler"/>
<referencesSearch implementation="org.jetbrains.kotlin.idea.search.ideaExtensions.KotlinReferencesSearcher"/>
<referencesSearch implementation="org.jetbrains.kotlin.idea.search.ideaExtensions.KotlinAliasedImportedElementSearcher"/>