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