Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
InheritTraitWithParam.fir.txt
blob: c2ec95fa7e9f90e95c8b9825f2995309f906573e [
file
] [
log
] [
blame
]
public abstract interface Aaa<P> : R|kotlin/Any| {
}
public final class Bbb : R|test/Aaa<java/util/Random>| {
public constructor(): R|test/Bbb|
}