Join Slack
Powered by
I have this construction in java ``` public abstra...
# getting-started
v
vkirillov
02/07/2017, 10:28 AM
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?
Open in Slack
Previous
Next