Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4783822fbc6124c4ba34c64fc79b53dde6b500f7
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
ExtValTIntInClass.kt
blob: b1eb29567edaa10da8eab821e579390ca6fa70de [
file
]
package
test
class
ExtValPIntInClass
<
P
>
{
val P
.
asas
:
Int
get
()
=
throw
Exception
()
}