[FIR][checkers][minor] Move several checkers to more appropriate directories

Some FIR checkers were placed into the wrong directories either
by accident or minor oversight. This commit contains fixes
for such cases that were made during work on an internal KCCQA utility
to simplify its workings.

This commit is expected not to affect much (if anything).
This commit is contained in:
Stanislav Ruban
2024-02-12 10:10:24 +02:00
committed by Space Team
parent 53d42df76b
commit bc0633188c
15 changed files with 143 additions and 137 deletions
@@ -5,7 +5,7 @@
package org.jetbrains.kotlin.fir.analysis.wasm.checkers
import org.jetbrains.kotlin.fir.analysis.checkers.declaration.*
import org.jetbrains.kotlin.fir.analysis.checkers.type.FirDynamicUnsupportedChecker
import org.jetbrains.kotlin.fir.analysis.checkers.type.FirTypeRefChecker
import org.jetbrains.kotlin.fir.analysis.checkers.type.TypeCheckers