Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
InheritClassWithParam.txt
blob: 2f772180f21af2b5dc8fabe69453134fbf4c97cb [
file
]
package test
public abstract class Aaa</*0*/ P> {
/*primary*/ public constructor Aaa</*0*/ P>()
}
public final class Bbb : test.Aaa<java.util.Random> {
/*primary*/ public constructor Bbb()
}