separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class SimpleClass() {
|
||||
fun foo() = 610
|
||||
}
|
||||
|
||||
fun test() : Int {
|
||||
val c = SimpleClass()
|
||||
return c.foo()
|
||||
}
|
||||
Reference in New Issue
Block a user