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