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