Create an object from abstract inner class

When we create an instance of abstract inner class, we could use

instance.new InnerAbstractClassName() {
}

seems no equivalent in kotlin

Related Android issue: Google Issue Tracker

This is indeed a missing feature in Kotlin that we plan to add in a later version. The YouTrack feature request is here: https://youtrack.jetbrains.com/issue/KT-9860