Files
kotlin-fork/compiler/testData/resolve/ScopeInteraction.jet
T
2011-10-20 16:21:18 +02:00

9 lines
128 B
Plaintext

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