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