JS: prohibit nested classes, objects and enums in external interface. See KT-16012
This commit is contained in:
@@ -58,6 +58,7 @@ fun main(args: Array<String>) {
|
||||
w.appendln(" */")
|
||||
|
||||
w.appendln()
|
||||
w.appendln("@file:Suppress(\"NESTED_CLASS_IN_EXTERNAL_INTERFACE\")")
|
||||
w.appendln("package $pkg")
|
||||
w.appendln()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user