Files
kotlin-fork/compiler/testData/psi/operators/untilOperatorGenericsClash.kt
T
2022-05-31 08:42:56 +00:00

5 lines
93 B
Kotlin
Vendored

fun main() {
val x: ..<Int> = 1
val x = ..<Int>::class
val x = `..`<Int>::class
}