martinb
10/02/2019, 2:55 PM▼ javaMethod1()
▼ kotlinMethod2()
▼ javaMethod3()
javaMethod4()
Example when starting from a Kotlin method:
▼ kotlinMethod2()
▼ javaMethod3()
Above, javaMethod4()
does not appear when starting from kotlinMethod2()
.
Note that there is a ▼
before javaMethod3()
, but nothing underneath.
Is this a known issue?Alexey Belkov [JB]
10/03/2019, 8:39 AM