Add test for KotlinBytecodeToolWindow
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package inlineFun3
|
||||
|
||||
inline fun myFun3(f: () -> Int): Int = f()
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
package inlineFun3
|
||||
|
||||
inline fun myFun3(f: () -> Int): Int = f()
|
||||