[JS FIR] Move FirJsExternalArgumentCallChecker to expression checkers
This commit is contained in:
committed by
Space Team
parent
f1fc3f1cf5
commit
760320a11b
-1
@@ -6,7 +6,6 @@
|
||||
package org.jetbrains.kotlin.fir.analysis.js.checkers
|
||||
|
||||
import org.jetbrains.kotlin.fir.analysis.checkers.expression.*
|
||||
import org.jetbrains.kotlin.fir.analysis.js.checkers.declaration.*
|
||||
import org.jetbrains.kotlin.fir.analysis.js.checkers.expression.*
|
||||
|
||||
object JsExpressionCheckers : ExpressionCheckers() {
|
||||
|
||||
+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.js.checkers.declaration
|
||||
package org.jetbrains.kotlin.fir.analysis.js.checkers.expression
|
||||
|
||||
import org.jetbrains.kotlin.diagnostics.DiagnosticReporter
|
||||
import org.jetbrains.kotlin.diagnostics.reportOn
|
||||
Reference in New Issue
Block a user