Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
loadJava
/
kotlinAgainstCompiledJavaWithKotlin
/
javaGetterImplementsKotlinProperty
/
B.java
blob: 2f903c118b1664f0c50a553edbea33d5d8803b9e [
file
]
package
test
;
public
class
B
extends
A
implements
I
{
}