Files
kotlin/compiler/testData/loadJava/compiledJava/RecursiveWildcardUpperBound.fir.txt
2021-03-11 13:10:05 +03:00

3 lines
160 B
Plaintext
Vendored

public abstract interface RecursiveWildcardUpperBound<T : R|ft<test/RecursiveWildcardUpperBound<*>, test/RecursiveWildcardUpperBound<*>?>|> : R|kotlin/Any| {
}