7 lines
60 B
Kotlin
Vendored
7 lines
60 B
Kotlin
Vendored
package test
|
|
|
|
class A
|
|
|
|
fun <T> some() where T: <caret>A {}
|
|
|