[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
@@ -11,5 +11,5 @@ open class B1 {
}
class D1 : B1() {
<!NOTHING_TO_OVERRIDE!>override<!> fun foo() {}
<!NOTHING_TO_OVERRIDE("foo")!>override<!> fun foo() {}
}