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