mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
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
|
|
} |