Evaluate Expression: support local functions

This commit is contained in:
Natalia Ukhorskaya
2015-04-30 10:07:17 +03:00
parent 8c99183970
commit d7a301d698
8 changed files with 171 additions and 22 deletions
@@ -0,0 +1,6 @@
package customLib.localFunInLibraryCustomLib
public fun localFunInLibraryCustomLibMainFun() {
fun localFun() = 1
val localFunInLibraryCustomLibProperty = 1
}