[JS FIR] Move FirJsDynamicCallChecker to expression checkers

This commit is contained in:
Alexander Korepanov
2023-07-11 15:02:17 +02:00
committed by Space Team
parent 45b1c33ed8
commit f1fc3f1cf5
@@ -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.js.checkers.declaration
package org.jetbrains.kotlin.fir.analysis.js.checkers.expression
import org.jetbrains.kotlin.KtFakeSourceElementKind
import org.jetbrains.kotlin.diagnostics.DiagnosticReporter
@@ -104,4 +104,4 @@ object FirJsDynamicCallChecker : FirFunctionCallChecker() {
}
}
}
}
}