separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Foo {
|
||||
fun bar() = 610
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return if (Foo.bar() == 610) "OK" else "fail"
|
||||
}
|
||||
Reference in New Issue
Block a user