[K/JS] Support companion objects in external and exported declarations
This commit is contained in:
+6
-2
@@ -9,5 +9,9 @@ external interface I {
|
||||
|
||||
enum class <!ENUM_CLASS_IN_EXTERNAL_DECLARATION_WARNING, NESTED_CLASS_IN_EXTERNAL_INTERFACE!>E<!>
|
||||
|
||||
companion <!NESTED_CLASS_IN_EXTERNAL_INTERFACE!>object<!>
|
||||
}
|
||||
companion object
|
||||
}
|
||||
|
||||
external interface I2 {
|
||||
companion <!NAMED_COMPANION_IN_EXTERNAL_INTERFACE!>object Named<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user