https://kotlinlang.org logo
d

Dalinar

03/07/2016, 1:47 PM
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?