[FIR JS] Implement FirJsExportDeclarationChecker

This commit is contained in:
Nikolay Lunyak
2023-01-27 15:22:17 +02:00
parent 624162dc07
commit f644eb7988
38 changed files with 450 additions and 115 deletions
@@ -7,5 +7,5 @@ annotation class Ann(val s: String = "")
fun foo() {}
val bar = foo(
<!TOO_MANY_ARGUMENTS!>15<!>
<!TOO_MANY_ARGUMENTS("public final fun /foo(): R|kotlin/Unit|")!>15<!>
)