Fix exception during step into inline function in library
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package customLib.functionInLibrary
|
||||
|
||||
public inline fun simpleFun2() {
|
||||
val a = 1
|
||||
}
|
||||
Reference in New Issue
Block a user