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