the compiler says yes, just wanted to make sure th...
# javascript
k
the compiler says yes, just wanted to make sure that it's intended behavior
a
You can't have a nested
inner
class inside an
external
class. Declaring regular nested classes and objects inside an
external class A
let you describe JS API like
A.foo()
and `new A.B()`: https://kotlinlang.org/docs/reference/js-interop.html#declaring-static-members-of-a-class
k
great, thx