Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
TraitFinalVar.kt
blob: 211ad5593f7e6e238b55ddad4e1822a90175bc4c [
file
]
// KT-2228
package
test
interface
A
{
var
v
:
String
get
()
=
"test"
set
(
value
)
{
throw
UnsupportedOperationException
()
}
}