fix(KT-46961): add support of nested external enums.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
var O = {
|
||||
Foo: {
|
||||
A: {},
|
||||
B: {}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user