Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b7de3709e46eb073303a1e8aac4c22656e4f2863
/
.
/
compiler
/
testData
/
loadJava
/
kotlinAgainstCompiledJavaWithKotlin
/
javaGetterImplementsKotlinProperty
/
I.kt
blob: b0903af2fb5015513a5d2c72dde55c80b07c4843 [
file
]
package
test
interface
I
{
val value
:
String
?
}