608ce59f15
itself if it's explicitly present in PSI
9 lines
145 B
Plaintext
Vendored
9 lines
145 B
Plaintext
Vendored
var xxxx = 1
|
|
|
|
~SimpleClass~class SimpleClass~SimpleClass()~(x : Int) {
|
|
fun foo() = x
|
|
}
|
|
|
|
fun foo() {
|
|
`SimpleClass()`SimpleClass(1).`!`xxxx
|
|
} |