Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
TraitOpenVal.kt
blob: 8ce94123cf17b0fc04a5656b35d7ed1b3b0f5532 [
file
]
// KT-2228
package
test
interface
A
{
val v
:
String
get
()
=
"test"
}