7 lines
56 B
Kotlin
Vendored
7 lines
56 B
Kotlin
Vendored
package test
|
|
|
|
class A
|
|
|
|
class Some<T> where T: <caret>A
|
|
|