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