assuming you are using intellij sometimes it can b...
# language-proposals
t
assuming you are using intellij sometimes it can be helpful to open the kotlin class file in your build directory and run the
decompile kotlin to java
so you can get a visual representation of what it looks like from the java side.