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