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