Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
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
()
}