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