<@U0JR5DX9T> <@U2S6QSQJY> maybe I misunderstood th...
# getting-started
v
@teedee @darrenatherton maybe I misunderstood the question. This works for me:
Copy code
class A {
    private class B
    
    private val b = B()
}