[Web] Refactor: Move FirWebCommonExternalChecker to appropriate place
Move it from gen/ to src/ and fix the package name
This commit is contained in:
committed by
Space Team
parent
90948adca0
commit
260db2fa65
+1
-1
@@ -3,7 +3,7 @@
|
||||
* 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.fir.analysis.web.common
|
||||
package org.jetbrains.kotlin.fir.analysis.web.common.checkers.declaration
|
||||
|
||||
import org.jetbrains.kotlin.*
|
||||
import org.jetbrains.kotlin.descriptors.ClassKind
|
||||
Reference in New Issue
Block a user