Files
kotlin-fork/idea/testData/resolve/ScopeInteraction.jet
T
2011-06-15 18:00:22 +04:00

9 lines
128 B
Plaintext

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