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