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