I have this construction in java ``` public abstra...
# getting-started
v
I have this construction in java
Copy code
public abstract class ClassA {

    public abstract class ClassB {

    }
}
How i can create instance of ClassB in kotlin?