d31e53fa59
Test data files renamed
9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
var xxxx = 1
|
|
|
|
~SimpleClass~class SimpleClass(x : Int) {
|
|
fun foo() = x
|
|
}
|
|
|
|
fun foo() {
|
|
`SimpleClass`SimpleClass(1).`!`xxxx
|
|
} |