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