Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
ExtVarl.kt
blob: d4900f455654a1fb03b3ad796b6c7130c56767a9 [
file
]
package
test
var
Int
.
junk
:
Short
get
()
=
throw
Exception
()
set
(
p
:
Short
)
=
throw
Exception
()
val
String
.
junk
:
Int
get
()
=
throw
Exception
()