Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49ce95ac6651db5c91015f9b0de5c3bff2185e61
/
.
/
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!|
}