Evaluate Expression: support local functions
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package customLib.localFunInLibraryCustomLib
|
||||
|
||||
public fun localFunInLibraryCustomLibMainFun() {
|
||||
fun localFun() = 1
|
||||
val localFunInLibraryCustomLibProperty = 1
|
||||
}
|
||||
Reference in New Issue
Block a user