Files
kotlin/compiler/testData/loadJava/compiledJava/sam/GenericInterfaceParameterWithSelfBound.fir.txt
2019-03-22 16:25:10 +03:00

5 lines
169 B
Plaintext
Vendored

<T> public abstract interface GenericInterfaceParameterWithSelfBound : R|java/lang/Object| {
public abstract operator fun method(t: R|ft<T, T?>|!): R|ft<T, T?>|!
}