Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
ExtVarIntTQInClass.kt
blob: ea0a6d7b512db0f736b1e185c63d1fc8fa48d5a4 [
file
]
package
test
class
ExtValInClass
<
P
>
{
var
Int
.
asas
:
P
?
get
()
=
throw
Exception
()
set
(
p
:
P
?)
=
throw
Exception
()
}