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