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