Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
codeInsight
/
overrideImplement
/
property.kt.after
blob: 46c15873f2e14cdf0cabaff31c5ff7973a5d9090 [
file
]
interface
T
{
val v
:
Int
}
class
GC
()
:
T
{
override
val v
:
Int
get
()
=
<selection><caret>
throw
UnsupportedOperationException
()</
selection
>
}