Add test for KotlinBytecodeToolWindow

This commit is contained in:
Natalia Ukhorskaya
2015-04-21 15:46:38 +03:00
parent 907f0db7be
commit f936689db3
21 changed files with 254 additions and 1 deletions
@@ -0,0 +1,3 @@
package inlineFun1
inline fun Int.myFun1(f: () -> Int): Int = f()