How can I find what intrinsics are included in con...
# announcements
r
How can I find what intrinsics are included in construtor to check if is not-null?
c
Tools → Kotlin → Show Kotlin bytecode → Decompile Also pay attention to checkboxes near DECOMPILE button.
r
thanks
👌 1