KT-3008 Add tests for module wrappers
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
module1->
|
||||
main->module1
|
||||
@@ -0,0 +1,4 @@
|
||||
fun box(): String {
|
||||
assertEquals("bar", bar())
|
||||
return "OK"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
fun bar() = "bar"
|
||||
Reference in New Issue
Block a user