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