7 lines
72 B
Kotlin
7 lines
72 B
Kotlin
package test
|
|
|
|
class A
|
|
|
|
class Some<T> where T: <caret>A
|
|
|
|
// REF: (test).A |