Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
ExtVarTIntInClass.kt
blob: 944b4167060f598b82d07fe52cf526dbae039a71 [
file
] [
log
] [
blame
]
package
test
class
ExtValPIntInClass
<
P
>
{
var
P
.
asas
:
Int
get
()
=
throw
Exception
()
set
(
p
:
Int
)
=
throw
Exception
()
}