Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
SubstitutionOverride.lib.java
blob: 4eb136fb0819f39a04901eafb8ace2f404f97529 [
file
] [
log
] [
blame
]
public
final
class
ClassWithGenericBase
/* test.ClassWithGenericBase*/
extends
test
.
Base
<
test
.
Foo
>
{
public
ClassWithGenericBase
();
// .ctor()
}