Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
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
();
}
}