5 lines
93 B
Kotlin
Vendored
5 lines
93 B
Kotlin
Vendored
fun main() {
|
|
val x: ..<Int> = 1
|
|
val x = ..<Int>::class
|
|
val x = `..`<Int>::class
|
|
} |