Evaluate expression: support inline functions from source code

This commit is contained in:
Natalia Ukhorskaya
2015-04-20 15:52:09 +03:00
parent 9f2955c434
commit 74e68950f9
5 changed files with 74 additions and 12 deletions
@@ -0,0 +1,11 @@
package inlineFunction
import inlineFunctionOtherPackage.*
fun main(args: Array<String>) {
//Breakpoint!
val a = 1
}
// EXPRESSION: myFun { 1 }
// RESULT: 1: I