Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
loadJava
/
kotlinAgainstCompiledJavaWithKotlin
/
javaGetterImplementsKotlinProperty
/
A.java
blob: 06a9830bb9825e65e6e1ffdc5314a9e6a298cb9f [
file
] [
log
] [
blame
]
package
test
;
public
abstract
class
A
{
public
String
getValue
()
{
return
null
;
}
}