in java you can do something like `IThing thing = ...
# announcements
d
in java you can do something like
IThing thing = new IThing() {...}
- the
...
because IntelliJ fills in the interface methods there... in Kotlin is anything like this possible?