Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
method
/
primitiveOverride
/
ManyClassesHierarchy.java
blob: 94bbf91a9c8e81d3f9a0c6d50ec9cccab253b4e4 [
file
] [
log
] [
blame
]
package
test
;
class
ExtendsD
extends
D
{
void
test
()
{
int
x
=
foo
();
Integer
y
=
foo
();
Object
z
=
foo
();
}
}