Hey guys! Why code completion doesn’t suggest and ...
# getting-started
e
Hey guys! Why code completion doesn’t suggest and help to create anonymous class object in kotlin? When creating arguments for RxJava methods I used to tap “( new” and than just could hit enter and get the whole instance declaration with overided methods. How can I achive the same in Kotlin? (get ready instance with code completion)
1