7 lines
76 B
Kotlin
7 lines
76 B
Kotlin
package test
|
|
|
|
class A
|
|
|
|
fun <T> some() where T: <caret>A {}
|
|
|
|
// REF: (test).A |