Files
kotlin-fork/idea/testData/resolve/ScopeInteraction.jet
T
Andrey Breslav 0f63489f7c All tests pass
2011-05-16 20:48:51 +04:00

9 lines
132 B
Plaintext

var xxxx = 1
~SimpleClass~class SimpleClass(x : Int) {
fun foo() = x
}
fun foo() {
new `SimpleClass`SimpleClass(1).`!`xxxx
}