Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
ExtVarInClass.kt
blob: 2e739bf530296c4f5f1e8c33cd1459fcf7667e46 [
file
]
package
test
class
ExtPropInClass
{
var
Int
.
itIs
:
Int
get
()
=
throw
Exception
()
set
(
p
:
Int
)
=
throw
Exception
()
}