Partial compilation of package (only functions supported).
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
fun bar(i: Int): String {
|
||||
return "$i ${quux()} $i"
|
||||
}
|
||||
|
||||
fun quux(): String {
|
||||
return "quux"
|
||||
}
|
||||
Reference in New Issue
Block a user