Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
sam
/
GenericInterfaceParameterWithSelfBound.fir.txt
blob: 12224797661c38b7b19e4403ec12ce0897f94029 [
file
]
public abstract interface GenericInterfaceParameterWithSelfBound<T : R|test/GenericInterfaceParameterWithSelfBound<T!>!|> : R|kotlin/Any| {
public abstract fun method(t: R|T!|): R|T!|
}