separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
var xxxx = 1
|
||||
|
||||
~SimpleClass~class SimpleClass(x : Int) {
|
||||
fun foo() = x
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
`SimpleClass`SimpleClass(1).`!`xxxx
|
||||
}
|
||||
Reference in New Issue
Block a user