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